com.sas.entities
Interface AttributeTypeFactoryInterface

All Known Implementing Classes:
AttributeTypeFactory

public interface AttributeTypeFactoryInterface

AttributeTypeFactoryInterface describes the factory methods that can be invoked to create instances of AttributeTypeInterface.


Method Summary
 AttributeTypeInterface createAttributeType(java.lang.String name, int sqlType, java.lang.String objectType)
          Create an instance of AttributeType.
 

Method Detail

createAttributeType

AttributeTypeInterface createAttributeType(java.lang.String name,
                                           int sqlType,
                                           java.lang.String objectType)
Create an instance of AttributeType.

Parameters:
name - name associated with the AttributeType
sqlType - sql type
objectType - the component type (if the AttributeType is defined as an array) or the classname of the object if the AttributeType is defined as Types.OBJECT
Returns:
instance of AttributeType
See Also:
Types



Copyright © 2009 SAS Institute Inc. All Rights Reserved.