public static class DOFInterface.Property extends DOFInterface.Item
DOFInterface
,
DOFInterface.Method
,
DOFInterface.Event
,
Exception
,
DOFException
,
Serialized FormModifier and Type | Method and Description |
---|---|
DOFType |
getDOFType()
Get the type of this property.
|
boolean |
isReadable() |
boolean |
isWritable() |
void |
marshal(DOFType.Context context,
DOFPacket packet)
Marshal the binary representation of this item into the specified
buffer beginning at the specified offset.
|
java.lang.String |
toString()
The String representation of this property.
|
compareTo, equals, getInterface, getInterfaceID, getItemID, getItemType, hashCode
public boolean isWritable()
public boolean isReadable()
public DOFType getDOFType()
DOFType
public void marshal(DOFType.Context context, DOFPacket packet) throws DOFMarshalException
DOFInterface.Item
marshal
in class DOFInterface.Item
context
- The context that all types should be written with.packet
- The packet to write into.DOFMarshalException
- If marshaling fails.public java.lang.String toString()
toString
in class DOFInterface.Item