com.redstarhackers.craftsman.typedefs
Class CraftsmanInformation.DisplayType
java.lang.Object
EnumeratedAttribute
com.redstarhackers.craftsman.typedefs.CraftsmanInformation.DisplayType
- Enclosing class:
- CraftsmanInformation
public static class CraftsmanInformation.DisplayType
- extends EnumeratedAttribute
|
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 |
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
CraftsmanInformation.DisplayType
public CraftsmanInformation.DisplayType()
CraftsmanInformation.DisplayType
public CraftsmanInformation.DisplayType(java.lang.String val)
getValues
public java.lang.String[] getValues()
- See Also:
EnumeratedAttribute#getValues()
equals
public boolean equals(java.lang.Object rhs)