Uses of Class
com.sun.n1.util.enumx.EnumXImpl

Packages that use EnumXImpl
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   
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model
 class Visibility
          A strongly-typed enumeration of object visibility, which may be either HIDDEN or VISIBLE.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.bundle
 class EntityType
          The type of object being handled.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.component
 class Modifier
          A strongly-typed enumeration of modifiers, which may be one of NONE, ABSTRACT or FINAL.
 class NamedBlockType
          A strongly-typed enumeration of named block types, which may be one of INSTALL, UNINSTALL, or CONTROL.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.difference
 class Level
          A strongly-typed enumeration for the level property of a DifferenceSettings, which may be one of HOST, DIR, FILE, UNDEFINED.
 class Scope
          A strongly-typed enumeration for the scope property of a DifferenceSettings, which may be one of HOSTSET, HOST, COMPONENT, UNDEFINED.
 class Style
          An enumeration for the style property of a DifferenceSettings, which may be one of MODEL_MODEL, MODEL_INSTALL, INSTALL_INSTALL, UNDEFINED.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.executor
 class OutputType
          A strongly-typed enumeration of exec native output types, which may be either STDOUT or STDERR.
 class RunLevel
          A strongly-typed enumeration of Runlevels to provide for better type-checking.
 class TargetStatusCode
          A strongly-typed enumeration of target status to provide for better type-checking.
 class TaskStatus
           
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.host
 class AppType
          A strongly-typed enumeration of app instance types, which may be either MS, LD, or RA.
 class ComparisonType
          A strongly-typed enumeration of comparsion types, which may be either equals or contains.
 class ConnectionType
          A strongly-typed enumeration of app instance connection types, which may be either RAW, SSH, or SSL.
 class UpgradeNodeState
          Instances of this class indicate the exact state of a node within an upgrade task.
 class UpgradeTaskState
          Instances of this class indicate the current status of the upgrade task.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.plan
 class ExecutionMode
          A strongly-typed enumeration of execution modes, which may be either PARALLEL or SERIES.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.rule
 class CriteriaShorthand
          A criteria shorthand is used to set one or more properties in a criteria meta data object to certain predefined values as specified by the shorthand instance.
 class HostStatus
          A strongly-typed enumeration of HostStatus to provide for better type-checking.
 class TaskType
          A strongly-typed enumeration of TaskType to provide for better type-checking.
 

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

Subclasses of EnumXImpl in com.sun.n1.sps.model.util
 class TransformType
          A strongly-typed enumeration of text transformation types, which may be COPY, PERL or XSLT.