private int |
Annotation.Property.getLength(Annotation.Property.Value val) |
Return the length of the given value.
|
private java.lang.Object |
Annotation.Property.getValue(Annotation.Property.Value val) |
Extract the Java value.
|
private void |
Annotation.Property.read(Annotation.Property.Value val,
int tag,
java.io.DataInput in) |
Read data into the given value.
|
private void |
Annotation.Property.setClassNameValue(Annotation.Property.Value val,
java.lang.String o) |
Set the class value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
boolean o) |
Set the boolean value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
byte o) |
Set the byte value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
double o) |
Set the double value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
float o) |
Set the float value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
int o) |
Set the int value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
long o) |
Set the long value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
short o) |
Set the short value of this property.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
java.lang.Object o) |
Set the given value.
|
private void |
Annotation.Property.setValue(Annotation.Property.Value val,
java.lang.String o) |
Set the string value of this property.
|
private Annotation |
Annotation.Property.setValue(Annotation.Property.Value val,
Annotation o) |
Set the annotation value of this property by importing the given
annotation from another instance.
|
private void |
Annotation.Property.write(Annotation.Property.Value val,
java.io.DataOutput out) |
Write the data for the given value to the stream.
|