wt.replication.unit
Class UnitReplicationStatus

java.lang.Object
  extended bywt.fc.EnumeratedType
      extended bywt.replication.unit.UnitReplicationStatus
All Implemented Interfaces:
EnumeratedType, LocalizableMessage, LocalizableMetadata, Message, Serializable

public class UnitReplicationStatus
extends EnumeratedType
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class wt.fc.EnumeratedType
 
Field Summary
private static String CLASS_RESOURCE
          Deprecated.  
private static String CLASSNAME
          Deprecated.  
static UnitReplicationStatus COMPLETE
          Deprecated.  
static UnitReplicationStatus EMPTY
          Deprecated.  
static UnitReplicationStatus FAILED
          Deprecated.  
static UnitReplicationStatus IN_PROCESS
          Deprecated.  
private static Hashtable localeSets
          Deprecated.  
static UnitReplicationStatus NOT_APPLICABLE
          Deprecated.  
private static String RESOURCE
          Deprecated.  
static UnitReplicationStatus SCHEDULED
          Deprecated.  
static UnitReplicationStatus SUSPENDED
          Deprecated.  
private static EnumeratedType[] valueSet
          Deprecated.  
 
Fields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Constructor Summary
protected UnitReplicationStatus()
          Deprecated.  
 
Method Summary
protected  EnumeratedType[] getLocaleSet(Locale locale)
          Deprecated.  
static UnitReplicationStatus getUnitReplicationStatusDefault()
          Deprecated.  
static UnitReplicationStatus[] getUnitReplicationStatusSet()
          Deprecated.  
 EnumeratedType[] getValueSet()
          Deprecated.  
private static EnumeratedType[] initializeLocaleSet(Locale locale)
          Deprecated.  
static UnitReplicationStatus newUnitReplicationStatus(int secretHandshake)
          Deprecated.  
static UnitReplicationStatus toUnitReplicationStatus(String internal_value)
          Deprecated.  
protected  EnumeratedType[] valueSet()
          Deprecated.  
 
Methods inherited from class wt.fc.EnumeratedType
defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

CLASS_RESOURCE

private static final String CLASS_RESOURCE
Deprecated. 
See Also:
Constant Field Values

valueSet

private static final EnumeratedType[] valueSet
Deprecated. 

localeSets

private static Hashtable localeSets
Deprecated. 

EMPTY

public static final UnitReplicationStatus EMPTY
Deprecated.  



Supported API: false


SCHEDULED

public static final UnitReplicationStatus SCHEDULED
Deprecated.  



Supported API: false


IN_PROCESS

public static final UnitReplicationStatus IN_PROCESS
Deprecated.  



Supported API: false


COMPLETE

public static final UnitReplicationStatus COMPLETE
Deprecated.  

Indicates that the object can be decomposed without damaging the object. Generally used by parts, it also indicates that the part is an assembly and can have sub-assemblies.

Supported API: false


FAILED

public static final UnitReplicationStatus FAILED
Deprecated.  



Supported API: false


NOT_APPLICABLE

public static final UnitReplicationStatus NOT_APPLICABLE
Deprecated.  



Supported API: false


SUSPENDED

public static final UnitReplicationStatus SUSPENDED
Deprecated.  



Supported API: false

Constructor Detail

UnitReplicationStatus

protected UnitReplicationStatus()
Deprecated.  

Used by sub-classes that need a default constructor.

Supported API: false

Method Detail

newUnitReplicationStatus

public static UnitReplicationStatus newUnitReplicationStatus(int secretHandshake)
                                                      throws IllegalAccessException
Deprecated.  

Used by EnumeratedType for constructing instances of UnitReplicationStatus, from a resource bundle.

Supported API: false

Parameters:
secretHandshake -
Returns:
UnitReplicationStatus
Throws:
IllegalAccessException

toUnitReplicationStatus

public static UnitReplicationStatus toUnitReplicationStatus(String internal_value)
                                                     throws WTInvalidParameterException
Deprecated.  

Returns the UnitReplicationStatus instance for the internal_value argument.

Supported API: false

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

getUnitReplicationStatusDefault

public static UnitReplicationStatus getUnitReplicationStatusDefault()
Deprecated.  

Returns the default value (instance) for the UnitReplicationStatus set.

Supported API: false

Returns:
UnitReplicationStatus

getUnitReplicationStatusSet

public static UnitReplicationStatus[] getUnitReplicationStatusSet()
Deprecated.  

Returns a copy of the set of valid values (instances) for the UnitReplicationStatus class.

Supported API: false

Returns:
UnitReplicationStatus[]

getValueSet

public EnumeratedType[] getValueSet()
Deprecated.  

Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

Supported API: false

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

valueSet

protected EnumeratedType[] valueSet()
Deprecated.  

Returns a reference to the set of valid values (instances) for this instance.

Supported API: false

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

getLocaleSet

protected EnumeratedType[] getLocaleSet(Locale locale)
Deprecated.  

Returns the set of values (instances) for this instance, for the specified locale.

Supported API: false

Specified by:
getLocaleSet in class EnumeratedType
Parameters:
locale -
Returns:
EnumeratedType[]

initializeLocaleSet

private static EnumeratedType[] initializeLocaleSet(Locale locale)
                                             throws Throwable
Deprecated. 
Parameters:
locale -
Returns:
EnumeratedType[]
Throws:
Throwable