Uses of Class
collections.LocalNameList

Packages that use LocalNameList
cagrid   
 

Uses of LocalNameList in cagrid
 

Methods in cagrid that return LocalNameList
 LocalNameList GraphResolutionPolicy.getFilterOptions()
          Gets the filterOptions value for this GraphResolutionPolicy.
 LocalNameList SetResolutionPolicy.getFilterOptions()
          Gets the filterOptions value for this SetResolutionPolicy.
 LocalNameList GraphResolutionPolicy.getPropertyNames()
          Gets the propertyNames value for this GraphResolutionPolicy.
 LocalNameList SetResolutionPolicy.getPropertyNames()
          Gets the propertyNames value for this SetResolutionPolicy.
 

Methods in cagrid with parameters of type LocalNameList
 void GraphResolutionPolicy.setFilterOptions(LocalNameList filterOptions)
          Sets the filterOptions value for this GraphResolutionPolicy.
 void SetResolutionPolicy.setFilterOptions(LocalNameList filterOptions)
          Sets the filterOptions value for this SetResolutionPolicy.
 void GraphResolutionPolicy.setPropertyNames(LocalNameList propertyNames)
          Sets the propertyNames value for this GraphResolutionPolicy.
 void SetResolutionPolicy.setPropertyNames(LocalNameList propertyNames)
          Sets the propertyNames value for this SetResolutionPolicy.
 

Constructors in cagrid with parameters of type LocalNameList
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)