com.redstarhackers.craftsman.typedefs
Class CraftsmanInformation.DisplayType

java.lang.Object
  extended by EnumeratedAttribute
      extended by com.redstarhackers.craftsman.typedefs.CraftsmanInformation.DisplayType
Enclosing class:
CraftsmanInformation

public static class CraftsmanInformation.DisplayType
extends EnumeratedAttribute


Field Summary
static CraftsmanInformation.DisplayType DETAILED
           
static java.lang.String DETAILED_VAL
           
static CraftsmanInformation.DisplayType SHORT
           
static java.lang.String SHORT_VAL
           
static CraftsmanInformation.DisplayType VERSION
           
static java.lang.String VERSION_VAL
           
 
Constructor Summary
CraftsmanInformation.DisplayType()
           
CraftsmanInformation.DisplayType(java.lang.String val)
           
 
Method Summary
 boolean equals(java.lang.Object rhs)
           
 java.lang.String[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_VAL

public static final java.lang.String VERSION_VAL
See Also:
Constant Field Values

SHORT_VAL

public static final java.lang.String SHORT_VAL
See Also:
Constant Field Values

DETAILED_VAL

public static final java.lang.String DETAILED_VAL
See Also:
Constant Field Values

VERSION

public static final CraftsmanInformation.DisplayType VERSION

SHORT

public static final CraftsmanInformation.DisplayType SHORT

DETAILED

public static final CraftsmanInformation.DisplayType DETAILED
Constructor Detail

CraftsmanInformation.DisplayType

public CraftsmanInformation.DisplayType()

CraftsmanInformation.DisplayType

public CraftsmanInformation.DisplayType(java.lang.String val)
Method Detail

getValues

public java.lang.String[] getValues()
See Also:
EnumeratedAttribute#getValues()

equals

public boolean equals(java.lang.Object rhs)