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()
gets the version number of the header format
|
abstract int |
getParameter()
gets the parameter identifier
|
java.lang.String |
getParameterName()
Get the MQ constant name for the parameter id of this PCFParameter instance.
|
abstract java.lang.String |
getStringValue()
gets the parameter value as a String
|
abstract java.lang.Object |
getValue()
gets the parameter value
|
abstract int |
hashCode()
Returns a hash code value for the object
|
static PCFParameter |
nextParameter(java.io.DataInput message) |
characterSet, encoding, fields, getBytesValue, getCharValue, getCharValue, getIntValue, getJmqiEnv, getStringValue, getValue, headerType, read, read, read, setBytesValue, setCharValue, setCharValue, setIntValue, setStringValue, setValue, size, store, store, toString, type, validate, write, writepublic static PCFParameter nextParameter(java.io.DataInput message) throws MQDataException, java.io.IOException
message - MQDataExceptionjava.io.IOExceptionpublic 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 - public abstract int hashCode()
hashCode in class java.lang.Objectpublic final java.lang.String getParameterName()