com.sun.n1.util.enumx
Interface EnumX

All Superinterfaces:
Enum
All Known Implementing Classes:
AppType, ComparisonType, ConnectionType, CriteriaShorthand, EntityType, EnumXImpl, ExecutionMode, HostStatus, Level, Modifier, NamedBlockType, OutputType, RunLevel, Scope, Style, TargetStatusCode, TaskStatus, TaskType, TransformType, UpgradeNodeState, UpgradeTaskState, Visibility

public interface EnumX
extends Enum

This interface represents a type safe enumeration and is meant to replace the interface com.sun.n1.util.enum.Enum and allow Java 5.0 compliant code to be authored. All implementations of Enum now implement EnumX. In the next release, the Enum interface will be removed and completely replaced with EnumX. The EnumX interface is to be used in conjunction with the new EnumFactoryX interface.


Method Summary
 
Methods inherited from interface com.sun.n1.util.enum.Enum
toInt