Uses of Class
com.sas.hls.common.AttributeType

Packages that use AttributeType
com.sas.hls.common Contains common exceptions and definitions that work across the HLS platform. 
 

Uses of AttributeType in com.sas.hls.common
 

Methods in com.sas.hls.common that return AttributeType
 AttributeType AttributeDefinition.getType()
          Get the type of the value set on the attribute defined.
static AttributeType AttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeType[] AttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.hls.common with parameters of type AttributeType
 void AttributeDefinition.setType(AttributeType type)
          Set the type of the value on the defined attribute.
 



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA