Uses of Interface
com.sas.entities.AttributeGroupInterface

Packages that use AttributeGroupInterface
com.sas.entities Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. 
 

Uses of AttributeGroupInterface in com.sas.entities
 

Methods in com.sas.entities that return AttributeGroupInterface
 AttributeGroupInterface RemoteEntityInterface.getAttributeGroup()
          Return a list of attributes and their descriptions.
 AttributeGroupInterface RemoteEntity.getAttributeGroup()
           
 AttributeGroupInterface Entity.getAttributeGroup()
           
 AttributeGroupInterface AttributeGroupInterface.getAttributeGroup(java.lang.String groupName)
          Return the subgroup corresponding to groupName.
 AttributeGroupInterface AttributeGroup.getAttributeGroup(java.lang.String groupName)
           
 AttributeGroupInterface[] AttributeGroupInterface.getAttributeGroups()
          Returns an array of subgroups nested within this AttributeGroup.
 AttributeGroupInterface[] AttributeGroup.getAttributeGroups()
           
 

Methods in com.sas.entities with parameters of type AttributeGroupInterface
 void AttributeGroupInterface.addAttributeGroup(AttributeGroupInterface group, int index)
          Add a subgroup to this AttributeGroup.
 void AttributeGroup.addAttributeGroup(AttributeGroupInterface group, int index)
           
 void AttributeGroupInterface.addAttributeGroup(AttributeGroupInterface group, int index, boolean replace)
          Adds a subgroup to this AttributeGroup.
 void AttributeGroup.addAttributeGroup(AttributeGroupInterface group, int index, boolean replace)
          Add subgroups to this AttributeGroup.
 void AttributeGroupInterface.addAttributeGroups(AttributeGroupInterface[] groups)
          Add subgroups to this AttributeGroup.
 void AttributeGroup.addAttributeGroups(AttributeGroupInterface[] groups)
           
 void AttributeGroupInterface.addAttributeGroups(AttributeGroupInterface[] groups, boolean replace)
          Add subgroups to this AttributeGroup.
 void AttributeGroup.addAttributeGroups(AttributeGroupInterface[] groups, boolean replace)
           
protected  java.lang.String AttributeGroup.findDuplicateAttribute(AttributeGroupInterface group, AttributeGroupInterface currentGroup)
          Called by AttributeGroup.addAttributeGroup(AttributeGroupInterface group, int index, boolean replace) to search for duplicate AttributeDescriptors in the subgroup to be added.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.