wt.eff
Class EffTypeModifier

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

public class EffTypeModifier
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static EffTypeModifier EXACT
          Constant denoting the effectivity record is an exact statement.
static EffTypeModifier NO_LATER_THAN
          Constant denoting the effectivity record is a pending statement.
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static EffTypeModifier getEffTypeModifierDefault()
          Returns the default value (instance) for the EffTypeModifier set.
static EffTypeModifier[] getEffTypeModifierSet()
          Returns a copy of the set of valid values (instances) for the EffTypeModifier class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static EffTypeModifier toEffTypeModifier(String internal_value)
          Returns the EffTypeModifier 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

EXACT

public static final EffTypeModifier EXACT
Constant denoting the effectivity record is an exact statement.

Supported API: true


NO_LATER_THAN

public static final EffTypeModifier NO_LATER_THAN
Constant denoting the effectivity record is a pending statement.

Supported API: true

Method Detail

toEffTypeModifier

public static EffTypeModifier toEffTypeModifier(String internal_value)
                                         throws WTInvalidParameterException
Returns the EffTypeModifier instance for the internal_value argument.

Supported API: true

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

getEffTypeModifierDefault

public static EffTypeModifier getEffTypeModifierDefault()
Returns the default value (instance) for the EffTypeModifier set.

Supported API: true

Returns:
EffTypeModifier

getEffTypeModifierSet

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

Supported API: true

Returns:
EffTypeModifier[]

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