de.bea.domingo.map
Class NotesType

java.lang.Object
  extended by de.bea.domingo.map.NotesType

public final class NotesType
extends java.lang.Object

Constants of Notes data types.

Author:
Kurt Riede

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

TEXT

public static final NotesType TEXT
Data type TEXT.


NUMBER

public static final NotesType NUMBER
Data type NUMBER.


DATE

public static final NotesType DATE
Data type DATE.

Method Detail

getValues

public static java.util.Collection getValues()
Returns a collection of all possible values.

Returns:
collection of possible values

getName

public java.lang.String getName()
Returns the name of a Notes type.

Returns:
name

getJavaClass

public java.lang.Class getJavaClass()
Returns the Java class used to represent values of a Notes type.

Returns:
Java class

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Domingo Java-API