java.io.Serializable, java.lang.Comparable<WorkitemParameter>public enum WorkitemParameter extends java.lang.Enum<WorkitemParameter>
| Enum Constant | Description |
|---|---|
ABBREVIATION |
The abbreviation.
|
ACCOUNTABLE |
The accountable.
|
ACTIVITY |
The activity-parameter for a workitem.
|
ACTIVITYID |
The activityid-parameter for a activity-workitem.
|
CATEGORY |
The category.
|
COMPETENCETREE |
The competencetree.
|
COMPETENCIES |
The competences.
|
CONSULTANT |
The consultant.
|
CONTACTS |
The contacts.
|
CREATED |
The created.
|
DATA |
The data.
|
DESCRIPTION |
The description.
|
ENDDATE |
The startdate.
|
FAMILYNAME |
The familyname.
|
FIRSTNAME |
The firstname.
|
FTE |
The fte.
|
FULLNAME |
The fullname.
|
GUIDELINES |
The guidelines.
|
HOWTOS |
The howtos-parameter for a workitem.
|
ID |
The id.
|
IGNORE |
The ignore.
|
IMAGE |
The image.
|
INFORMED |
The informed.
|
LEAD |
The lead.
|
MODIFIED |
The modified.
|
NAME |
The name.
|
OPPORTUNITIES |
The opportunities.
|
ORGANISATION |
The organisation.
|
PARENT |
The parent.
|
PERSONS |
The persons.
|
PURPOSE |
The purpose.
|
RECURRENCERULE |
The recurrencerule.
|
RESPONSIBILITY |
The responsibility.
|
RESPONSIBLE |
The responsible.
|
RESULT |
The result.
|
ROLEGROUP |
The rolegroup.
|
ROLES |
The roles.
|
STARTDATE |
The enddate.
|
STATUS |
The status.
|
SUBACTIVITY |
The subactivity-parameter for a activity-workitem.
|
SUBTYPE |
The subtype.
|
SUMMARY |
The summary.
|
SUPPORTER |
The supporter.
|
SYNONYM |
The synonym.
|
TEAMFRACTION |
The teamfraction.
|
TEAMROLES |
The teamroles-parameter for a workitem.
|
TYPE |
The type.
|
VERSION |
The version.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
has(java.lang.String value) |
Checks for.
|
static WorkitemParameter |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WorkitemParameter[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkitemParameter ACTIVITY
public static final WorkitemParameter HOWTOS
public static final WorkitemParameter TEAMROLES
public static final WorkitemParameter SUBACTIVITY
public static final WorkitemParameter ACTIVITYID
public static final WorkitemParameter COMPETENCETREE
public static final WorkitemParameter DESCRIPTION
public static final WorkitemParameter RECURRENCERULE
public static final WorkitemParameter ENDDATE
public static final WorkitemParameter STARTDATE
public static final WorkitemParameter CATEGORY
public static final WorkitemParameter CREATED
public static final WorkitemParameter RESULT
public static final WorkitemParameter MODIFIED
public static final WorkitemParameter VERSION
public static final WorkitemParameter NAME
public static final WorkitemParameter ID
public static final WorkitemParameter SYNONYM
public static final WorkitemParameter TYPE
public static final WorkitemParameter SUBTYPE
public static final WorkitemParameter STATUS
public static final WorkitemParameter FIRSTNAME
public static final WorkitemParameter FAMILYNAME
public static final WorkitemParameter SUMMARY
public static final WorkitemParameter FULLNAME
public static final WorkitemParameter LEAD
public static final WorkitemParameter ORGANISATION
public static final WorkitemParameter DATA
public static final WorkitemParameter PARENT
public static final WorkitemParameter PURPOSE
public static final WorkitemParameter CONTACTS
public static final WorkitemParameter RESPONSIBLE
public static final WorkitemParameter ACCOUNTABLE
public static final WorkitemParameter SUPPORTER
public static final WorkitemParameter CONSULTANT
public static final WorkitemParameter INFORMED
public static final WorkitemParameter TEAMFRACTION
public static final WorkitemParameter FTE
public static final WorkitemParameter IMAGE
public static final WorkitemParameter IGNORE
public static final WorkitemParameter ROLES
public static final WorkitemParameter ABBREVIATION
public static final WorkitemParameter ROLEGROUP
public static final WorkitemParameter COMPETENCIES
public static final WorkitemParameter PERSONS
public static final WorkitemParameter GUIDELINES
public static final WorkitemParameter OPPORTUNITIES
public static final WorkitemParameter RESPONSIBILITY
public static WorkitemParameter[] values()
for (WorkitemParameter c : WorkitemParameter.values()) System.out.println(c);
public static WorkitemParameter 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 boolean has(java.lang.String value)
value - the value