Uses of Interface
com.sas.entities.AttributeTypeInterface

Packages that use AttributeTypeInterface
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.entities Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. 
 

Uses of AttributeTypeInterface in com.sas.actionprovider
 

Methods in com.sas.actionprovider that return AttributeTypeInterface
 AttributeTypeInterface ActionAttributeDescriptor.getType()
           
 

Methods in com.sas.actionprovider with parameters of type AttributeTypeInterface
 void ActionAttributeDescriptor.setType(AttributeTypeInterface attributeType)
           
 

Uses of AttributeTypeInterface in com.sas.dataselectors.filters
 

Methods in com.sas.dataselectors.filters that return AttributeTypeInterface
protected  AttributeTypeInterface DefaultAdvancedFilterModelAdapter.getFilterItemAttributeType(FilterItemInterface item)
           
 

Uses of AttributeTypeInterface in com.sas.entities
 

Methods in com.sas.entities that return AttributeTypeInterface
 AttributeTypeInterface AttributeTypeFactoryInterface.createAttributeType(java.lang.String name, int sqlType, java.lang.String objectType)
          Create an instance of AttributeType.
 AttributeTypeInterface AttributeTypeFactory.createAttributeType(java.lang.String name, int sqlType, java.lang.String objectType)
           
 AttributeTypeInterface RemoteEntityInterface.getAttributeType(java.lang.String attributeName)
          Returns the type of an attribute.
 AttributeTypeInterface RemoteEntity.getAttributeType(java.lang.String attributeName)
           
 AttributeTypeInterface Entity.getAttributeType(java.lang.String attributeName)
           
 AttributeTypeInterface AttributeDescriptorInterface.getType()
          Return the AttributeType.
 AttributeTypeInterface AttributeDescriptor.getType()
           
 

Methods in com.sas.entities with parameters of type AttributeTypeInterface
 void AttributeDescriptorInterface.setType(AttributeTypeInterface attributeType)
          Sets the AttributeType.
 void AttributeDescriptor.setType(AttributeTypeInterface attributeType)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.