Uses of Class
com.sas.entities.EntityAttr

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

Uses of EntityAttr in com.sas.entities
 

Methods in com.sas.entities with parameters of type EntityAttr
 void AggregateEntity.addToKeyList(java.lang.String key, EntityAttr item, int index)
          Add an entry to the AttributeDescriptor "association map".
 void AggregateEntity.moveBetweenKeyLists(java.lang.String keyFrom, java.lang.String keyTo, EntityAttr item, int index)
          Move an EntityAttr (EntityInterface + AttributeDescriptor name) from one AttributeDescriptor key to another.
 void AggregateEntity.removeFromKeyList(java.lang.String key, EntityAttr item)
          Remove an EntityAttr (EntityInterface + AttributeDescriptor name) from the AttributeDescriptor "association map".
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.