wt.doc
Class DepartmentList

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

public class DepartmentList
extends EnumeratedType
implements Serializable

Valid value list for department. The valid value list is defined in DepartmentListRB.java.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static DepartmentList getDepartmentListDefault()
          Returns the default value (instance) for the DepartmentList set.
static DepartmentList[] getDepartmentListSet()
          Returns a copy of the set of valid values (instances) for the DepartmentList class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static DepartmentList toDepartmentList(String internal_value)
          Returns the DepartmentList 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
 

Method Detail

toDepartmentList

public static DepartmentList toDepartmentList(String internal_value)
                                       throws WTInvalidParameterException
Returns the DepartmentList instance for the internal_value argument.

Supported API: true

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

getDepartmentListDefault

public static DepartmentList getDepartmentListDefault()
Returns the default value (instance) for the DepartmentList set.

Supported API: true

Returns:
DepartmentList

getDepartmentListSet

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

Supported API: true

Returns:
DepartmentList[]

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[]