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(String name, int sqlType, String objectType)
          Create an instance of AttributeType.
 

Method Detail

createAttributeType

public AttributeTypeInterface createAttributeType(String name,
                                                  int sqlType,
                                                  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 © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 01:58:28