|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Number
lib.dwfl.DwDsc
public class DwDsc
| Field Summary | |
|---|---|
static DwDsc |
LABEL
|
static int |
LABEL_
|
static DwDsc |
RANGE
|
static int |
RANGE_
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
double |
doubleValue()
Return the equivalent of the enum. |
boolean |
equals(Object o)
Return true if OBJECT has the same value. |
float |
floatValue()
Return the equivalent of the enum. |
int |
hashCode()
|
int |
intValue()
Return the equivalent of the enum. |
long |
longValue()
Return the equivalent of the enum. |
String |
toName()
Return the name of just the enum. |
static String |
toName(long i)
Returns just the name part of the num corresponding to I. |
static String |
toName(long i,
String def)
Returns just the name part of the num corresponding to I, or DEF is there is no such field. |
String |
toPrint()
Return a printable version of the enum. |
static String |
toPrintString(long i)
Returns the printable (or user readable) name for the field corresponding to the value I. |
static String |
toPrintString(long i,
String def)
Returns the printable (or user readable) name for the field corresponding to the value I, or DEF is there is no such field. |
String |
toString()
Return the qualified name of the enum. |
static String |
toString(long i)
Returns the full underscore delimited name of the field corresponding to the value I. |
static DwDsc |
valueOf(long i)
Return the DwDsc object that matches the integer. |
static DwDsc |
valueOf(String string)
Return the DwDsc object that matches the string. |
static DwDsc[] |
values()
Return an array of all the DwDsc elements. |
| Methods inherited from class java.lang.Number |
|---|
byteValue, shortValue |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LABEL_
public static final DwDsc LABEL
public static final int RANGE_
public static final DwDsc RANGE
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String toPrint()
public String toName()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Object o)
compareTo in interface Comparablepublic static DwDsc valueOf(String string)
public static DwDsc valueOf(long i)
public static DwDsc[] values()
public static String toString(long i)
public static String toPrintString(long i)
public static String toPrintString(long i,
String def)
public static String toName(long i)
public static String toName(long i,
String def)
public int intValue()
intValue in class Numberpublic long longValue()
longValue in class Numberpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||