Package | Description |
---|---|
com.sas.hls.type |
Provides the services and classes needed to describe the object type definitions within the system.
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition.AttributeType |
AttributeDefinition.getAttributeType()
Returns the data type of this attribute definition.
|
static AttributeDefinition.AttributeType |
AttributeDefinition.AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeDefinition.AttributeType[] |
AttributeDefinition.AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeDefinition(String name,
String displayName,
AttributeDefinition.AttributeType attributeType,
boolean inherited,
boolean editable,
boolean extended,
boolean required)
Initializing constructor which allocates a new
AttributeDefinition and sets all attributes to the
specified values. |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA