|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.util.TypeSafeEnum
com.jeffpalm.util.TypeSafeEnum.Short
public abstract static class TypeSafeEnum.Short
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jeffpalm.util.TypeSafeEnum |
---|
TypeSafeEnum.Boolean, TypeSafeEnum.Byte, TypeSafeEnum.Char, TypeSafeEnum.Double, TypeSafeEnum.Float, TypeSafeEnum.Int, TypeSafeEnum.Long, TypeSafeEnum.Short, TypeSafeEnum.String |
Constructor Summary | |
---|---|
TypeSafeEnum.Short(short v)
|
|
TypeSafeEnum.Short(short v,
java.lang.String s)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
short |
theValue()
|
java.lang.Object |
value()
|
Methods inherited from class com.jeffpalm.util.TypeSafeEnum |
---|
instances, instances, isTypeSafeEnum, makeValidFieldName, printInstances |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypeSafeEnum.Short(short v, java.lang.String s)
public TypeSafeEnum.Short(short v)
Method Detail |
---|
public final short theValue()
public final java.lang.Object value()
value
in class TypeSafeEnum
public final int compareTo(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |