Uses of Class
com.sas.lsaf.core.type.AttributeDefinition.AttributeType
-
Packages that use AttributeDefinition.AttributeType Package Description com.sas.lsaf.core.type Services and classes to describe the object type definitions within the system. -
-
Uses of AttributeDefinition.AttributeType in com.sas.lsaf.core.type
Methods in com.sas.lsaf.core.type that return AttributeDefinition.AttributeType Modifier and Type Method Description AttributeDefinition.AttributeType
AttributeDefinition. getAttributeType()
Gets the data type of the attribute definition.static AttributeDefinition.AttributeType
AttributeDefinition.AttributeType. valueOf(java.lang.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.Constructors in com.sas.lsaf.core.type with parameters of type AttributeDefinition.AttributeType Constructor Description AttributeDefinition(java.lang.String id, java.lang.String name, AttributeDefinition.AttributeType attributeType, boolean inherited, boolean editable, boolean extended, boolean required)
Initializing constructor that allocates anAttributeDefinition
and that sets all attributes to the specified values.
-