Uses of Class
com.sas.hls.type.AttributeDefinition.AttributeType

Packages that use AttributeDefinition.AttributeType
com.sas.hls.type Provides the services and classes needed to describe the object type definitions within the system. 
 

Uses of AttributeDefinition.AttributeType in com.sas.hls.type
 

Methods in com.sas.hls.type that return AttributeDefinition.AttributeType
 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.
 

Constructors in com.sas.hls.type with parameters of type AttributeDefinition.AttributeType
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) 2016, SAS Institute Inc., Cary, NC, USA