Uses of Enum Class
com.sas.lsaf.core.type.AttributeDefinition.AttributeType
Packages that use AttributeDefinition.AttributeType
Package
Description
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.AttributeTypeModifier and TypeMethodDescriptionAttributeDefinition.getAttributeType()Gets the data type of the attribute definition.Returns the enum constant of this class with the specified name.static AttributeDefinition.AttributeType[]AttributeDefinition.AttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.core.type with parameters of type AttributeDefinition.AttributeTypeModifierConstructorDescriptionAttributeDefinition(String id, String name, AttributeDefinition.AttributeType attributeType, boolean inherited, boolean editable, boolean extended, boolean required) Initializing constructor that allocates anAttributeDefinitionand that sets all attributes to the specified values.