Uses of Class
nl.liacs.subdisc.Attribute.AttributeType

Packages that use Attribute.AttributeType
nl.liacs.subdisc   
 

Uses of Attribute.AttributeType in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return Attribute.AttributeType
static Attribute.AttributeType Attribute.AttributeType.getAttributeType(java.lang.String theType)
          Returns the AttributeType corresponding to the String parameter.
 Attribute.AttributeType Column.getType()
           
 Attribute.AttributeType Attribute.getType()
           
 Attribute.AttributeType Attribute.setType(java.lang.String theType)
          Sets the AttributeType for this Attribute.
static Attribute.AttributeType Attribute.AttributeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Attribute.AttributeType[] Attribute.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 Attribute.AttributeType
 boolean Attribute.setType(Attribute.AttributeType theType)
          Sets the AttributeType for this Attribute.
 

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