public interface Field
Represents a name/value field pair.
You do not have to implement this interface yourself. Fields can be retrieved from the relevant
implementations of Message
; for example,
RecordMessage
provides the
RecordMessage.getFields()
method and
PermissionMessage
provides the
PermissionMessage.getFields()
method.
java.lang.String getName()
int getNumber()
java.lang.String getValue()
void setValue(java.lang.String value)
value
- The value.Please send bug reports and comments to Caplin support