|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.n1.util.enum.EnumFactoryImpl
com.sun.n1.util.enumx.EnumFactoryXImpl
com.sun.n1.sps.model.difference.Scope.Factory
public static class Scope.Factory
Factory for scope enumerations. Strongly-typed
get methods are provided in addition to the default
EnumFactory methods.
| Method Summary | |
|---|---|
Scope |
get(int value)
Returns the scope associated with the passed int value. |
Scope |
get(java.lang.String value)
Returns the scope associated with the passed string value. |
Scope[] |
getAll()
Returns the array of all scope enumerations. |
| Methods inherited from class com.sun.n1.util.enumx.EnumFactoryXImpl |
|---|
getAllEnumXs, getEnumX, getEnumX |
| Methods inherited from class com.sun.n1.util.enum.EnumFactoryImpl |
|---|
getAllEnums, getEnum, getEnum |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.n1.util.enum.EnumFactory |
|---|
getAllEnums, getEnum, getEnum |
| Method Detail |
|---|
public Scope get(java.lang.String value)
throws NoSuchEnumException
value - the string value of the desired scope.
NoSuchEnumException - if no such scope exists.
public Scope get(int value)
throws NoSuchEnumException
value - the int value of the desired scope.
NoSuchEnumException - if no such scope exists.public Scope[] getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||