|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.n1.util.enum.EnumImpl
com.sun.n1.util.enumx.EnumXImpl
com.sun.n1.sps.model.difference.Scope
public class Scope
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 |
---|
public static final Scope.Factory FACTORY
public static final Scope COMPONENT
public static final Scope HOSTSET
public static final Scope HOST
public static final Scope UNDEFINED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |