|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.util.DataProperty
This class is not currently used.
| Field Summary | |
int |
arrayLength
If the data is a byte array this marks the length of the data for this property in the array. |
int |
arrayStart
If the data is a byte array this marks the start of the data for this property in the array. |
Object |
data
This will be set to the appropriate value if it is a String or byte array. |
int |
highValue
This will be set to the appropriate value if the value is an 8-byte value. |
int |
id
This is the id of the property. |
int |
type
This is the type of the property. |
int |
value
This will be set the appropriate value if the value is an integer type or a boolean type (0 = false, non-zero = true). |
| Constructor Summary | |
DataProperty()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public int type
public int id
public int value
public int highValue
public Object data
public int arrayStart
public int arrayLength
| Constructor Detail |
public DataProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||