visidia.simulation
Class SimulationConstants.PropertyStatus

java.lang.Object
  extended by visidia.simulation.SimulationConstants.PropertyStatus
Enclosing class:
SimulationConstants

public static class SimulationConstants.PropertyStatus
extends java.lang.Object

The Class PropertyStatus.


Field Summary
static int DISPLAYABLE
          The Constant DISPLAYABLE.
static int DISPLAYED
          The Constant DISPLAYED.
static int NON_DISPLAYABLE
          The Constant UNDISPLAYABLE.
 
Constructor Summary
SimulationConstants.PropertyStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAYED

public static final int DISPLAYED
The Constant DISPLAYED.

See Also:
Constant Field Values

DISPLAYABLE

public static final int DISPLAYABLE
The Constant DISPLAYABLE.

See Also:
Constant Field Values

NON_DISPLAYABLE

public static final int NON_DISPLAYABLE
The Constant UNDISPLAYABLE.

See Also:
Constant Field Values
Constructor Detail

SimulationConstants.PropertyStatus

public SimulationConstants.PropertyStatus()