Uses of Interface
com.sas.entities.AttributeTypeFactoryInterface

Packages that use AttributeTypeFactoryInterface
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.entities Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. 
 

Uses of AttributeTypeFactoryInterface in com.sas.actionprovider
 

Methods in com.sas.actionprovider that return AttributeTypeFactoryInterface
static AttributeTypeFactoryInterface BaseAction.getAttributeTypeFactory()
          Deprecated. in v9.1.2. AttributeTypes not used by Actions anymore.
 

Uses of AttributeTypeFactoryInterface in com.sas.entities
 

Classes in com.sas.entities that implement AttributeTypeFactoryInterface
 class AttributeTypeFactory
          AttributeTypeFactory contains constants for creating AttributeTypes
 

Constructors in com.sas.entities with parameters of type AttributeTypeFactoryInterface
AttributeGroup(RemoteEntityInterface entity, java.util.Map entityStaticProperties, AttributeTypeFactoryInterface atfi)
          Constructs an instance of AttributeGroup.
AttributeGroup(RemoteEntityInterface entity, java.util.Map entityStaticProperties, AttributeTypeFactoryInterface atfi, java.util.Map supplementalProperties)
          Constructs an instance of AttributeGroup.
Entity(AttributeTypeFactoryInterface atfi)
          Constructs an instance of Entity with a unique GUID (Globally Unique Identifier) or entity key.
Entity(java.util.Map supplementalAttributeProperties, AttributeTypeFactoryInterface atfi)
          Constructs an instance of Entity with a unique GUID (Globally Unique Identifier) or entity key.
RemoteEntity(AttributeTypeFactoryInterface atfi)
          Constructs an instance of Entity with a unique GUID (Globally Unique Identifier) or entity key.
RemoteEntity(AttributeTypeFactoryInterface atfi, java.util.Map supplementalProperties)
          Constructs an instance of RemoteEntity with a unique GUID (Globally Unique Identifier) or entity key.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.