Uses of Class
org.qriterium.dogma.Attribute.Type

Packages that use Attribute.Type
org.qriterium.dogma   
 

Uses of Attribute.Type in org.qriterium.dogma
 

Methods in org.qriterium.dogma that return Attribute.Type
static Attribute.Type Attribute.getType(java.lang.String name)
           
static Attribute.Type Attribute.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Attribute.Type[] Attribute.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.qriterium.dogma with parameters of type Attribute.Type
static void Attribute.addType(java.lang.String name, Attribute.Type type)
          Calls method addType(String, Type, boolean) as boolean-parameter = false
static void Attribute.addType(java.lang.String name, Attribute.Type type, boolean isEditable)
          Defines a new attribute.