wt.change2
Class IssuePriority

java.lang.Object
  extended by wt.fc.EnumeratedType
      extended by wt.change2.IssuePriority
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

public class IssuePriority
extends EnumeratedType
implements Serializable

IssuePriority indicates the priority of the WTChangeIssue.

Supported API: true

Extendable: false

See Also:
WTChangeIssue, Serialized Form

Field Summary
static IssuePriority EMERGENCY
          Static final constant

Supported API: true
static IssuePriority HIGH
          Static final constant

Supported API: true
static IssuePriority LOW
          Static final constant

Supported API: true
static IssuePriority MEDIUM
          Static final constant

Supported API: true
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static IssuePriority getIssuePriorityDefault()
          Returns the default value (instance) for the IssuePriority set.
static IssuePriority[] getIssuePrioritySet()
          Returns a copy of the set of valid values (instances) for the IssuePriority class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static IssuePriority toIssuePriority(String internal_value)
          Returns the IssuePriority instance for the internal_value argument.
 
Methods inherited from class wt.fc.EnumeratedType
equals, getAbbreviatedDisplay, getDisplay, getDisplay, getFullDisplay, getLocalizedMessage, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HIGH

public static final IssuePriority HIGH
Static final constant

Supported API: true


MEDIUM

public static final IssuePriority MEDIUM
Static final constant

Supported API: true


LOW

public static final IssuePriority LOW
Static final constant

Supported API: true


EMERGENCY

public static final IssuePriority EMERGENCY
Static final constant

Supported API: true

Method Detail

toIssuePriority

public static IssuePriority toIssuePriority(String internal_value)
                                     throws WTInvalidParameterException
Returns the IssuePriority instance for the internal_value argument.

Supported API: true

Parameters:
internal_value - The internal (persistent) value for a valid instance of IssuePriority.
Returns:
IssuePriority
Throws:
WTInvalidParameterException

getIssuePriorityDefault

public static IssuePriority getIssuePriorityDefault()
Returns the default value (instance) for the IssuePriority set.

Supported API: true

Returns:
IssuePriority

getIssuePrioritySet

public static IssuePriority[] getIssuePrioritySet()
Returns a copy of the set of valid values (instances) for the IssuePriority class.

Supported API: true

Returns:
IssuePriority[]

getValueSet

public EnumeratedType[] getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

Supported API: true

Specified by:
getValueSet in class EnumeratedType
Returns:
EnumeratedType[]