Uses of Class
nl.uva.vlet.util.VAttribute.VAttributeType

Packages that use VAttribute.VAttributeType
nl.uva.vlet.util   
 

Uses of VAttribute.VAttributeType in nl.uva.vlet.util
 

Methods in nl.uva.vlet.util that return VAttribute.VAttributeType
 VAttribute.VAttributeType VAttribute.getType()
           
static VAttribute.VAttributeType VAttribute.VAttributeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VAttribute.VAttributeType[] VAttribute.VAttributeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in nl.uva.vlet.util with parameters of type VAttribute.VAttributeType
VAttribute(VAttribute.VAttributeType type, java.lang.String name, long value)
          Custom named & typed Attibute
VAttribute(VAttribute.VAttributeType type, java.lang.String name, java.lang.String value)
          Custom named & typed Attibute