Uses of Class
com.sun.n1.util.enum.EnumFactoryImpl

Packages that use EnumFactoryImpl
com.sun.n1.sps.model   
com.sun.n1.sps.model.bundle   
com.sun.n1.sps.model.component   
com.sun.n1.sps.model.difference   
com.sun.n1.sps.model.executor   
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.plan   
com.sun.n1.sps.model.rule   
com.sun.n1.sps.model.util   
com.sun.n1.util.enum   
com.sun.n1.util.enumx   
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model
static class Visibility.Factory
          Factory for object visibility enums.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.bundle
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.bundle
static class EntityType.Factory
          Factory for EntityType enums.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.component
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.component
static class Modifier.Factory
          Factory for modifier enums.
static class NamedBlockType.Factory
          Factory for named block type enums.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.difference
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.difference
static class Level.Factory
          Factory for level enumerations.
static class Scope.Factory
          Factory for scope enumerations.
static class Style.Factory
          Factory for style enumerations.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.executor
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.executor
static class OutputType.Factory
          Factory for object output type enums.
static class RunLevel.Factory
          Factory for object output type enums.
static class TargetStatusCode.Factory
          Factory for object output type enums.
static class TaskStatus.Factory
          Factory for task status enums.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.host
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.host
static class AppType.Factory
          Factory for object app type enums.
static class ComparisonType.Factory
          Factory for object comparison type enums.
static class ConnectionType.Factory
          Factory for object connection type enums.
static class UpgradeNodeState.FACTORY
          Factory for upgrade node state enums.
static class UpgradeTaskState.FACTORY
          Factory for upgrade task states.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.plan
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.plan
static class ExecutionMode.Factory
          Factory for execution mode enums.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.rule
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.rule
static class CriteriaShorthand.Factory
          Factory for object output type enums.
static class HostStatus.Factory
          Factory for object output type enums.
static class TaskType.Factory
          Factory for object output type enums.
 

Uses of EnumFactoryImpl in com.sun.n1.sps.model.util
 

Subclasses of EnumFactoryImpl in com.sun.n1.sps.model.util
static class TransformType.Factory
          Factory for transform type enums.
 

Uses of EnumFactoryImpl in com.sun.n1.util.enum
 

Constructors in com.sun.n1.util.enum with parameters of type EnumFactoryImpl
EnumImpl(java.lang.String stringValue, EnumFactoryImpl factory)
          Creates a new enumumeration, and registers it with the passed factory.
 

Uses of EnumFactoryImpl in com.sun.n1.util.enumx
 

Subclasses of EnumFactoryImpl in com.sun.n1.util.enumx
 class EnumFactoryXImpl
          This class is the base implementation of the Enumumeration types.