com.sun.n1.util.enumx
Class EnumXImpl

java.lang.Object
  extended by com.sun.n1.util.enum.EnumImpl
      extended by com.sun.n1.util.enumx.EnumXImpl
All Implemented Interfaces:
Enum, EnumX
Direct Known Subclasses:
AppType, ComparisonType, ConnectionType, CriteriaShorthand, EntityType, ExecutionMode, HostStatus, Level, Modifier, NamedBlockType, OutputType, RunLevel, Scope, Style, TargetStatusCode, TaskStatus, TaskType, TransformType, UpgradeNodeState, UpgradeTaskState, Visibility

public abstract class EnumXImpl
extends EnumImpl
implements EnumX

This class is the base implementation of the Enumumeration types. Its not meant to be used directly, only subclasses should be used. This class must be used by client code in place of EnumImpl


Constructor Summary
protected EnumXImpl()
           
protected EnumXImpl(java.lang.String stringValue, EnumFactoryXImpl factory)
           
 
Method Summary
 
Methods inherited from class com.sun.n1.util.enum.EnumImpl
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.n1.util.enum.Enum
toInt
 

Constructor Detail

EnumXImpl

protected EnumXImpl(java.lang.String stringValue,
                    EnumFactoryXImpl factory)

EnumXImpl

protected EnumXImpl()