public class BufferObjectField
extends java.lang.Object
Constructor and Description |
---|
BufferObjectField(java.lang.String name,
VarType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the field name.
|
VarType |
getType()
Gets the field type.
|
java.lang.Object |
getValue()
Gets the field value.
|
void |
setValue(java.lang.Object value)
Sets the field value.
|
java.lang.String |
toString() |
public BufferObjectField(java.lang.String name, VarType type)
public java.lang.String getName()
public VarType getType()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- the field value.public java.lang.String toString()
toString
in class java.lang.Object