Uses of Class
enums.PropertyType

Packages that use PropertyType
cagrid   
 

Uses of PropertyType in cagrid
 

Fields in cagrid declared as PropertyType
private  PropertyType[] GraphResolutionPolicy.propertyTypes
           
private  PropertyType[] SetResolutionPolicy.propertyTypes
           
 

Methods in cagrid that return PropertyType
 PropertyType[] GraphResolutionPolicy.getPropertyTypes()
          Gets the propertyTypes value for this GraphResolutionPolicy.
 PropertyType[] SetResolutionPolicy.getPropertyTypes()
          Gets the propertyTypes value for this SetResolutionPolicy.
 PropertyType GraphResolutionPolicy.getPropertyTypes(int i)
           
 PropertyType SetResolutionPolicy.getPropertyTypes(int i)
           
 

Methods in cagrid with parameters of type PropertyType
 void GraphResolutionPolicy.setPropertyTypes(int i, PropertyType _value)
           
 void SetResolutionPolicy.setPropertyTypes(int i, PropertyType _value)
           
 void GraphResolutionPolicy.setPropertyTypes(PropertyType[] propertyTypes)
          Sets the propertyTypes value for this GraphResolutionPolicy.
 void SetResolutionPolicy.setPropertyTypes(PropertyType[] propertyTypes)
          Sets the propertyTypes value for this SetResolutionPolicy.
 

Constructors in cagrid with parameters of type PropertyType
GraphResolutionPolicy(LocalNameList filterOptions, ConceptReference graphFocus, boolean keeptLastAssociationUnresolved, int maximumToReturn, LocalNameList propertyNames, PropertyType[] propertyTypes, int resolveAssociationDepth, boolean resolveBackwards, int resolveCodedEntryDepth, boolean resolveForward, SortOptionList sortOptions)
           
SetResolutionPolicy(LocalNameList filterOptions, int maximumToReturn, LocalNameList propertyNames, PropertyType[] propertyTypes, boolean resolveConcepts, SortOptionList sortOptions)