|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeType | |
---|---|
com.sas.hls.common | Contains common interfaces and data objects that work across the HLS platform. |
Uses of AttributeType in com.sas.hls.common |
---|
Methods in com.sas.hls.common that return AttributeType | |
---|---|
AttributeType |
AttributeDefinition.getType()
Deprecated. Get the type of the value set on the attribute defined. |
static AttributeType |
AttributeType.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static AttributeType[] |
AttributeType.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sas.hls.common with parameters of type AttributeType | |
---|---|
void |
AttributeDefinition.setType(AttributeType type)
Deprecated. Set the type of the value on the defined attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |