Package | Description |
---|---|
com.sas.lsaf.core.type |
Services and classes to describe the object type definitions within the system.
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition.AttributeType |
AttributeDefinition.getAttributeType()
Gets the data type of the 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 id,
String name,
AttributeDefinition.AttributeType attributeType,
boolean inherited,
boolean editable,
boolean extended,
boolean required)
Initializing constructor that allocates an
AttributeDefinition and that sets all attributes to the
specified values. |
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA