MQHeader.Field| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns true when invoked with another PCFParameter instance with the same type, parameter, and
value.
|
int |
getHeaderVersion()
Get the header version
|
abstract int |
getParameter()
Get the parameter
|
java.lang.String |
getParameterName()
Get the MQ constant name for the parameter id of this PCFParameter instance.
|
abstract java.lang.String |
getStringValue()
Get the string value of the parameter
|
abstract java.lang.Object |
getValue()
Get the value of the parameter
|
abstract int |
hashCode()
Returns a hash code value for the object
|
static PCFParameter |
nextParameter(MQMessage message)
The next parameter in the header
|
characterSet, encoding, fields, getBytesValue, getCharValue, getCharValue, getIntValue, getJmqiEnv, getStringValue, getValue, headerType, read, read, read, setBytesValue, setCharValue, setCharValue, setIntValue, setStringValue, setValue, store, store, type, validate, writepublic static PCFParameter nextParameter(MQMessage message) throws MQException, java.io.IOException
message - The associated MQMessageMQException - If the call failsjava.io.IOException - If there is an IO errorpublic abstract int getParameter()
public abstract java.lang.Object getValue()
public abstract java.lang.String getStringValue()
public int getHeaderVersion()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object to compare againstpublic abstract int hashCode()
hashCode in class java.lang.Objectpublic final java.lang.String getParameterName()