visidia.misc.property
Class VisidiaProperty.Tag

java.lang.Object
  extended by visidia.misc.property.VisidiaProperty.Tag
Enclosing class:
VisidiaProperty

public class VisidiaProperty.Tag
extends java.lang.Object

The Class Tag.


Field Summary
static int DISPLAYABLE_PROPERTY
          The Constant DISPLAYABLE_PROPERTY.
static int DISPLAYED_PROPERTY
          The Constant DISPLAYED_PROPERTY.
static int PERSISTENT_PROPERTY
          The Constant PERSISTENT_PROPERTY.
static int USER_PROPERTY
          The Constant USER_PROPERTY.
 
Constructor Summary
VisidiaProperty.Tag()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAYABLE_PROPERTY

public static final int DISPLAYABLE_PROPERTY
The Constant DISPLAYABLE_PROPERTY.

See Also:
Constant Field Values

DISPLAYED_PROPERTY

public static final int DISPLAYED_PROPERTY
The Constant DISPLAYED_PROPERTY.

See Also:
Constant Field Values

USER_PROPERTY

public static final int USER_PROPERTY
The Constant USER_PROPERTY.

See Also:
Constant Field Values

PERSISTENT_PROPERTY

public static final int PERSISTENT_PROPERTY
The Constant PERSISTENT_PROPERTY.

See Also:
Constant Field Values
Constructor Detail

VisidiaProperty.Tag

public VisidiaProperty.Tag()