public final class NotesType extends Object
| Modifier and Type | Field and Description |
|---|---|
static NotesType |
DATE
Data type DATE.
|
static NotesType |
NUMBER
Data type NUMBER.
|
static NotesType |
TEXT
Data type TEXT.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class |
getJavaClass()
Returns the Java class used to represent values of a Notes type.
|
String |
getName()
Returns the name of a Notes type.
|
static Collection |
getValues()
Returns a collection of all possible values.
|
int |
hashCode() |
String |
toString() |
public static final NotesType TEXT
public static final NotesType NUMBER
public static final NotesType DATE
public static Collection getValues()
public String getName()
public Class getJavaClass()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 2005–2020. All rights reserved.