Uses of Class
com.mirth.match.ejb.inex.Trait

Packages that use Trait
com.mirth.match.ejb.inex   
 

Uses of Trait in com.mirth.match.ejb.inex
 

Fields in com.mirth.match.ejb.inex declared as Trait
protected  Trait Trait.parentTrait
           
protected  Trait EntityTypeTrait.trait
           
 

Fields in com.mirth.match.ejb.inex with type parameters of type Trait
protected  java.util.List<Trait> Trait.childTraits
           
protected  java.util.List<Trait> TraitGroup.traits
           
protected  java.util.List<Trait> CodeSet.traits
           
protected  java.util.List<Trait> BaseDataType.traits
           
protected  java.util.List<Trait> MatchingModule.traits
           
protected  java.util.List<Trait> BaseEntityImportExportModel.traits
           
 

Methods in com.mirth.match.ejb.inex that return Trait
 Trait ObjectFactory.createTrait()
          Create an instance of Trait
 Trait Trait.getParentTrait()
          Gets the value of the parentTrait property.
 Trait EntityTypeTrait.getTrait()
          Gets the value of the trait property.
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type Trait
 java.util.List<Trait> Trait.getChildTraits()
          Gets the value of the childTraits property.
 java.util.List<Trait> TraitGroup.getTraits()
          Gets the value of the traits property.
 java.util.List<Trait> CodeSet.getTraits()
          Gets the value of the traits property.
 java.util.List<Trait> BaseDataType.getTraits()
          Gets the value of the traits property.
 java.util.List<Trait> MatchingModule.getTraits()
          Gets the value of the traits property.
 java.util.List<Trait> BaseEntityImportExportModel.getTraits()
          Gets the value of the traits property.
 

Methods in com.mirth.match.ejb.inex with parameters of type Trait
 void Trait.setParentTrait(Trait value)
          Sets the value of the parentTrait property.
 void EntityTypeTrait.setTrait(Trait value)
          Sets the value of the trait property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.