com.ptc.windchill.ixb.importer
Class ImportJobStatus

java.lang.Object
  extended by wt.fc.EnumeratedType
      extended by com.ptc.windchill.ixb.importer.ImportJobStatus
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

public class ImportJobStatus
extends EnumeratedType
implements Serializable

Status for an import job

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 ImportJobStatus getImportJobStatusDefault()
          Returns the default value (instance) for the ImportJobStatus set.
static ImportJobStatus[] getImportJobStatusSet()
          Returns a copy of the set of valid values (instances) for the ImportJobStatus class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static ImportJobStatus toImportJobStatus(String internal_value)
          Returns the ImportJobStatus 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

toImportJobStatus

public static ImportJobStatus toImportJobStatus(String internal_value)
                                         throws WTInvalidParameterException
Returns the ImportJobStatus instance for the internal_value argument.

Supported API: true

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

getImportJobStatusDefault

public static ImportJobStatus getImportJobStatusDefault()
Returns the default value (instance) for the ImportJobStatus set.

Supported API: true

Returns:
ImportJobStatus

getImportJobStatusSet

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

Supported API: true

Returns:
ImportJobStatus[]

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