com.sun.n1.sps.model.difference
Class Scope

java.lang.Object
  extended by com.sun.n1.util.enum.EnumImpl
      extended by com.sun.n1.util.enumx.EnumXImpl
          extended by com.sun.n1.sps.model.difference.Scope
All Implemented Interfaces:
Enum, EnumX

public class Scope
extends EnumXImpl

A strongly-typed enumeration for the scope property of a DifferenceSettings, which may be one of HOSTSET, HOST, COMPONENT, UNDEFINED.


Nested Class Summary
static class Scope.Factory
          Factory for scope enumerations.
 
Field Summary
static Scope COMPONENT
          An object indicating all resources of the given component.
static Scope.Factory FACTORY
          The factory which may be used to look up Scope by string or int value.
static Scope HOST
          An object indicating all components on a given host.
static Scope HOSTSET
          An object indicating all components on all hosts of the given set.
static Scope UNDEFINED
          An object indicating an UNDEFINED Scope.
 
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
 

Field Detail

FACTORY

public static final Scope.Factory FACTORY
The factory which may be used to look up Scope by string or int value.


COMPONENT

public static final Scope COMPONENT
An object indicating all resources of the given component.


HOSTSET

public static final Scope HOSTSET
An object indicating all components on all hosts of the given set.


HOST

public static final Scope HOST
An object indicating all components on a given host.


UNDEFINED

public static final Scope UNDEFINED
An object indicating an UNDEFINED Scope. This object indicates that scope property isn't set.