|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.map.NotesType
public final class NotesType
Constants of Notes data types.
Field Summary | |
---|---|
static NotesType |
DATE
Data type DATE. |
static NotesType |
NUMBER
Data type NUMBER. |
static NotesType |
TEXT
Data type TEXT. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Class |
getJavaClass()
Returns the Java class used to represent values of a Notes type. |
java.lang.String |
getName()
Returns the name of a Notes type. |
static java.util.Collection |
getValues()
Returns a collection of all possible values. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NotesType TEXT
public static final NotesType NUMBER
public static final NotesType DATE
Method Detail |
---|
public static java.util.Collection getValues()
public java.lang.String getName()
public java.lang.Class getJavaClass()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |