public enum NoteApiProperty extends java.lang.Enum<NoteApiProperty>
Java class for noteApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="noteApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="noteID"/> <enumeration value="action"/> <enumeration value="bhTimeStamp"/> <enumeration value="commentingPersonID"/> <enumeration value="comments"/> <enumeration value="dateAdded"/> <enumeration value="isDeleted"/> <enumeration value="jobOrderID"/> <enumeration value="migrateGUID"/> <enumeration value="minutesSpent"/> <enumeration value="personReferenceID"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ACTION |
BH_TIME_STAMP |
COMMENTING_PERSON_ID |
COMMENTS |
DATE_ADDED |
IS_DELETED |
JOB_ORDER_ID |
MIGRATE_GUID |
MINUTES_SPENT |
NOTE_ID |
PERSON_REFERENCE_ID |
Modifier and Type | Method and Description |
---|---|
static NoteApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static NoteApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoteApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoteApiProperty NOTE_ID
public static final NoteApiProperty ACTION
public static final NoteApiProperty BH_TIME_STAMP
public static final NoteApiProperty COMMENTING_PERSON_ID
public static final NoteApiProperty COMMENTS
public static final NoteApiProperty DATE_ADDED
public static final NoteApiProperty IS_DELETED
public static final NoteApiProperty JOB_ORDER_ID
public static final NoteApiProperty MIGRATE_GUID
public static final NoteApiProperty MINUTES_SPENT
public static final NoteApiProperty PERSON_REFERENCE_ID
public static NoteApiProperty[] values()
for (NoteApiProperty c : NoteApiProperty.values()) System.out.println(c);
public static NoteApiProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static NoteApiProperty fromValue(java.lang.String v)