Uses of Class
nl.liacs.subdisc.AttributeType

Packages that use AttributeType
nl.liacs.subdisc   
 

Uses of AttributeType in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return AttributeType
static AttributeType AttributeType.getAttributeType(java.lang.String theType)
          Returns the AttributeType corresponding to the String parameter.
static AttributeType AttributeType.getDefault()
          Returns the default AttributeType.
 AttributeType Column.getType()
           
static AttributeType AttributeType.valueOf(java.lang.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 nl.liacs.subdisc with parameters of type AttributeType
 boolean Column.setType(AttributeType theAttributeType)
          Sets a new type for this Column.
 

Constructors in nl.liacs.subdisc with parameters of type AttributeType
Column(java.lang.String theName, java.lang.String theShort, AttributeType theType, int theIndex, int theNrRows)