public static class DOFInterface.Method extends DOFInterface.Item
DOFInterface
,
DOFInterface.Property
,
DOFInterface.Event
,
Exception
,
Serialized FormModifier and Type | Method and Description |
---|---|
int |
getInputParameterCount()
Get the number of Input Parameters defined for this method.
|
DOFType[] |
getInputParameters()
Get the Input Parameters for this method.
|
int |
getOutputParameterCount()
Get the number of Output Parameters for this method.
|
DOFType[] |
getOutputParameters()
Get the Output Parameters for this method.
|
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 method.
|
compareTo, equals, getInterface, getInterfaceID, getItemID, getItemType, hashCode
public int getInputParameterCount()
public DOFType[] getInputParameters()
public int getOutputParameterCount()
public DOFType[] getOutputParameters()
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