AR System Java API

com.bmc.arsys.api
Enum CoreFieldId

java.lang.Object
  extended by java.lang.Enum<CoreFieldId>
      extended by com.bmc.arsys.api.CoreFieldId
All Implemented Interfaces:
Serializable, Comparable<CoreFieldId>

public enum CoreFieldId
extends Enum<CoreFieldId>
implements Serializable

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're 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

EntryId

public static final CoreFieldId EntryId

Submitter

public static final CoreFieldId Submitter

CreateDate

public static final CoreFieldId CreateDate

AssignedTo

public static final CoreFieldId AssignedTo

LastModifiedBy

public static final CoreFieldId LastModifiedBy

ModifiedDate

public static final CoreFieldId ModifiedDate

Status

public static final CoreFieldId Status

ShortDescription

public static final CoreFieldId ShortDescription

StatusHistory

public static final CoreFieldId StatusHistory
Method Detail

values

public static final CoreFieldId[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(CoreFieldId c : CoreFieldId.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static CoreFieldId valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

getFieldId

public int getFieldId()
Returns fieldId of the core field


toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class Enum<CoreFieldId>

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.