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.
createAttributeType
public AttributeTypeInterface createAttributeType(String name,
int sqlType,
String objectType)
- Create an instance of AttributeType.
- Parameters:
name - name associated with the AttributeTypesqlType - sql typeobjectType - 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