com.sun.n1.sps.model
Class Visibility
java.lang.Object
com.sun.n1.util.enum.EnumImpl
com.sun.n1.util.enumx.EnumXImpl
com.sun.n1.sps.model.Visibility
- All Implemented Interfaces:
- Enum, EnumX
public class Visibility
- extends EnumXImpl
A strongly-typed enumeration of object visibility, which may be
either HIDDEN or VISIBLE.
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. |
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 |
FACTORY
public static final Visibility.Factory FACTORY
- The factory which may be used to look up Visibility
by string or int value.
HIDDEN
public static final Visibility HIDDEN
- Visibility value indicating that the associated object is hidden.
VISIBLE
public static final Visibility VISIBLE
- Visibility value indicating that the associated object is visible.