|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisidia.misc.property.VisidiaProperty
public class VisidiaProperty
The Class VisidiaProperty.
Nested Class Summary | |
---|---|
class |
VisidiaProperty.Tag
The Class Tag. |
Constructor Summary | |
---|---|
VisidiaProperty(java.lang.Object key,
java.lang.Object value,
int tag)
Instantiates a new visidia property. |
Method Summary | |
---|---|
java.lang.Object |
getKey()
Gets the key. |
static int |
getPropertyTagFromStatus(int status)
Gets the property tag from status. |
int |
getTag()
Gets the tag. |
java.lang.Object |
getValue()
Gets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisidiaProperty(java.lang.Object key, java.lang.Object value, int tag)
key
- the keyvalue
- the valuetag
- the tagMethod Detail |
---|
public java.lang.Object getKey()
public java.lang.Object getValue()
public int getTag()
public static int getPropertyTagFromStatus(int status)
status
- the status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |