|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CoreFieldId> com.bmc.arsys.api.CoreFieldId
public enum CoreFieldId
The CoreFieldId
is an enum class that lists all the AR System core fields with their field IDs.
Enum Constant Summary | |
---|---|
AssignedTo
|
|
CreateDate
|
|
EntryId
|
|
LastModifiedBy
|
|
ModifiedDate
|
|
ShortDescription
|
|
Status
|
|
StatusHistory
|
|
Submitter
|
Method Summary | |
---|---|
int |
getFieldId()
Returns fieldId of the core field |
String |
toString()
Returns a string description of the object. |
static CoreFieldId |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CoreFieldId[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CoreFieldId EntryId
public static final CoreFieldId Submitter
public static final CoreFieldId CreateDate
public static final CoreFieldId AssignedTo
public static final CoreFieldId LastModifiedBy
public static final CoreFieldId ModifiedDate
public static final CoreFieldId Status
public static final CoreFieldId ShortDescription
public static final CoreFieldId StatusHistory
Method Detail |
---|
public static CoreFieldId[] values()
for (CoreFieldId c : CoreFieldId.values()) System.out.println(c);
public static CoreFieldId valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getFieldId()
public String toString()
toString
in class Enum<CoreFieldId>
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |