com.sun.n1.sps.model
Class Visibility

java.lang.Object
  extended by com.sun.n1.util.enum.EnumImpl
      extended by com.sun.n1.sps.model.Visibility
All Implemented Interfaces:
Enum

public class Visibility
extends EnumImpl

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

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.