public abstract class StandardTypes extends java.lang.Object implements TypedBuffer, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
CALLOUT_HINT |
(package private) static java.lang.String |
CALLOUT_STRING |
static int |
CARRAY_HINT |
(package private) static java.lang.String |
CARRAY_STRING |
static int |
CMPS_HDR_HINT |
(package private) static java.lang.String |
CMPS_HDR_STRING |
static int |
COMPOS_HINT |
(package private) static java.lang.String |
COMPOS_STRING |
static int |
FML_HINT |
(package private) static java.lang.String |
FML_STRING |
static int |
FML32_HINT |
(package private) static java.lang.String |
FML32_STRING |
private int |
hint_index |
(package private) static java.lang.String |
ITCM_STRING |
(package private) static int |
MAXKNOWNTYPE |
static int |
MBSTRING_HINT |
(package private) static java.lang.String |
MBSTRING_STRING |
static int |
MTTYP_HINT |
(package private) static java.lang.String |
MTTYP_STRING |
private java.lang.String |
mySubtype |
private java.lang.String |
myType |
static int |
PROP_HINT |
(package private) static java.lang.String |
PROP_STRING |
static int |
ROUTE_HINT |
(package private) static java.lang.String |
ROUTE_STRING |
static int |
RPCRP_HINT |
(package private) static java.lang.String |
RPCRP_STRING |
static int |
RPCRQ_HINT |
(package private) static java.lang.String |
RPCRQ_STRING |
private static long |
serialVersionUID |
static int |
STRING_HINT |
(package private) static java.lang.String |
STRING_STRING |
static int |
TDOM_VALS_HINT |
(package private) static java.lang.String |
TDOM_VALS_STRING |
private java.lang.Object |
tfmhCache |
static int |
TGIOP_HINT |
(package private) static java.lang.String |
TGIOP_STRING |
static int |
TM_HINT |
(package private) static java.lang.String |
TM_STRING |
static int |
TPINITTYPE_HINT |
(package private) static java.lang.String |
TPINITTYPE_STRING |
static int |
TRAN_HINT |
(package private) static java.lang.String |
TRAN_STRING |
static int |
UNSOL_HINT |
(package private) static java.lang.String |
UNSOL_STRING |
static int |
VIEW_HINT |
(package private) static java.lang.String |
VIEW_STRING |
static int |
VIEW32_HINT |
(package private) static java.lang.String |
VIEW32_STRING |
static int |
WS_HINT |
(package private) static java.lang.String |
WS_STRING |
static int |
WSRPCRQ_HINT |
(package private) static java.lang.String |
WSRPCRQ_STRING |
static int |
X_C_TYPE_HINT |
(package private) static java.lang.String |
X_C_TYPE_STRING |
static int |
X_COMMON_HINT |
(package private) static java.lang.String |
X_COMMON_STRING |
static int |
X_OCTET_HINT |
(package private) static java.lang.String |
X_OCTET_STRING |
static int |
XML_HINT |
(package private) static java.lang.String |
XML_STRING |
Constructor and Description |
---|
StandardTypes()
Null constructor.
|
StandardTypes(java.lang.String type,
int index)
Initializes the standard typed buffer of the given type at the
given index
|
StandardTypes(java.lang.String type,
java.lang.String subtype,
int index)
Initializes the standard typed buffer of the given type and subtype at the
given index
|
Modifier and Type | Method and Description |
---|---|
int |
getHintIndex()
Returns the hint index of this typed buffer
|
java.lang.String |
getSubtype()
Returns the subtype of this typed buffer
|
java.lang.Object |
getTfmhCache() |
java.lang.String |
getType()
Returns the type of this typed buffer
|
private java.lang.String |
hint_to_subtype(int hint) |
static java.lang.String |
hint_to_type(int hint)
Returns the type string associated with the given hint index
|
void |
setTfmhCache(java.lang.Object toCache) |
private void |
setTypeSubtypeHint(java.lang.String type,
java.lang.String subtype,
int index)
This sets the type, subtype and hint index
|
private int |
string_to_hint(java.lang.String type,
java.lang.String subtype) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_tmpostrecv, _tmpresend
private static final long serialVersionUID
private int hint_index
private java.lang.String myType
private java.lang.String mySubtype
private java.lang.Object tfmhCache
static final java.lang.String RPCRQ_STRING
static final java.lang.String RPCRP_STRING
static final java.lang.String MTTYP_STRING
static final java.lang.String TPINITTYPE_STRING
static final java.lang.String COMPOS_STRING
static final java.lang.String ITCM_STRING
static final java.lang.String TM_STRING
static final java.lang.String TRAN_STRING
static final java.lang.String WS_STRING
static final java.lang.String UNSOL_STRING
static final java.lang.String CMPS_HDR_STRING
static final java.lang.String TGIOP_STRING
static final java.lang.String WSRPCRQ_STRING
static final java.lang.String ROUTE_STRING
static final java.lang.String PROP_STRING
static final java.lang.String CALLOUT_STRING
static final java.lang.String TDOM_VALS_STRING
static final java.lang.String CARRAY_STRING
static final java.lang.String STRING_STRING
static final java.lang.String FML_STRING
static final java.lang.String VIEW_STRING
static final java.lang.String X_OCTET_STRING
static final java.lang.String X_C_TYPE_STRING
static final java.lang.String X_COMMON_STRING
static final java.lang.String FML32_STRING
static final java.lang.String VIEW32_STRING
static final java.lang.String XML_STRING
static final java.lang.String MBSTRING_STRING
public static final int RPCRQ_HINT
public static final int RPCRP_HINT
public static final int MTTYP_HINT
public static final int TPINITTYPE_HINT
public static final int COMPOS_HINT
public static final int TM_HINT
public static final int TRAN_HINT
public static final int WS_HINT
public static final int UNSOL_HINT
public static final int CMPS_HDR_HINT
public static final int TGIOP_HINT
public static final int WSRPCRQ_HINT
public static final int ROUTE_HINT
public static final int PROP_HINT
public static final int CALLOUT_HINT
public static final int TDOM_VALS_HINT
public static final int CARRAY_HINT
public static final int STRING_HINT
public static final int FML_HINT
public static final int VIEW_HINT
public static final int X_OCTET_HINT
public static final int X_C_TYPE_HINT
public static final int X_COMMON_HINT
public static final int FML32_HINT
public static final int VIEW32_HINT
public static final int XML_HINT
public static final int MBSTRING_HINT
static final int MAXKNOWNTYPE
public StandardTypes()
public StandardTypes(java.lang.String type, int index)
type
- The type of bufferindex
- The index of this typepublic StandardTypes(java.lang.String type, java.lang.String subtype, int index)
type
- The type of buffersubtype
- The subtype of bufferindex
- The index of this typepublic int getHintIndex()
getHintIndex
in interface TypedBuffer
integer
representing the hint index of this bufferpublic java.lang.String getType()
getType
in interface TypedBuffer
String
representing the type of this bufferpublic java.lang.String getSubtype()
getSubtype
in interface TypedBuffer
String
representing the subtype of this bufferprivate void setTypeSubtypeHint(java.lang.String type, java.lang.String subtype, int index)
type
- The type of this buffersubtype
- The subtype of this bufferindex
- The hint index of this bufferprivate int string_to_hint(java.lang.String type, java.lang.String subtype)
public static java.lang.String hint_to_type(int hint)
hint
- The hint index for which you wish to determine the typeprivate java.lang.String hint_to_subtype(int hint)
public java.lang.Object getTfmhCache()
public void setTfmhCache(java.lang.Object toCache)