|
||||||||||
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.sps.model.Visibility
public class Visibility
A strongly-typed enumeration of object visibility, which may be either HIDDEN or VISIBLE.
Nested Class Summary | |
---|---|
static class |
Visibility.Factory
Factory for object visibility enums. |
Field Summary | |
---|---|
static Visibility.Factory |
FACTORY
The factory which may be used to look up Visibility by string or int value. |
static Visibility |
HIDDEN
Visibility value indicating that the associated object is hidden. |
static Visibility |
VISIBLE
Visibility value indicating that the associated object is visible. |
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 |
Field Detail |
---|
public static final Visibility.Factory FACTORY
public static final Visibility HIDDEN
public static final Visibility VISIBLE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |