|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Number
frysk.value.Access
public class Access
| Field Summary | |
|---|---|
static Access |
PRIVATE
|
static int |
PRIVATE_
|
static Access |
PROTECTED
|
static int |
PROTECTED_
|
static Access |
PUBLIC
|
static int |
PUBLIC_
|
| 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 Access |
valueOf(long i)
Return the Access object that matches the integer. |
static Access |
valueOf(String string)
Return the Access object that matches the string. |
static Access[] |
values()
Return an array of all the Access 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 PUBLIC_
public static final Access PUBLIC
public static final int PROTECTED_
public static final Access PROTECTED
public static final int PRIVATE_
public static final Access PRIVATE
| 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 Access valueOf(String string)
public static Access valueOf(long i)
public static Access[] 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 | |||||||||