|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RFldType in com.codestreet.messageforge |
Fields in com.codestreet.messageforge declared as RFldType | |
static RFldType |
RFldType.DECIMAL
BigDecimal. |
static RFldType |
RFldType.MONEY
RFldMoney. |
static RFldType |
RFldType.I8
byte. |
static RFldType |
RFldType.I8ARRAY
byte[]. |
static RFldType |
RFldType.I16
short. |
static RFldType |
RFldType.I16ARRAY
short[]. |
static RFldType |
RFldType.I32
int. |
static RFldType |
RFldType.I32ARRAY
int[]. |
static RFldType |
RFldType.I64
long. |
static RFldType |
RFldType.I64ARRAY
long[]. |
static RFldType |
RFldType.U8
Unsigned byte. |
static RFldType |
RFldType.U8ARRAY
Unsigned byte[]. |
static RFldType |
RFldType.U16
Unsigned short. |
static RFldType |
RFldType.U16ARRAY
Unsigned short[] |
static RFldType |
RFldType.U32
Unsigned int. |
static RFldType |
RFldType.U32ARRAY
Unsigned int[]. |
static RFldType |
RFldType.U64
Unsigned long. |
static RFldType |
RFldType.U64ARRAY
Unsigned long[]. |
static RFldType |
RFldType.F32
float. |
static RFldType |
RFldType.F32ARRAY
float[]. |
static RFldType |
RFldType.F64
double. |
static RFldType |
RFldType.F64ARRAY
double[]. |
static RFldType |
RFldType.MSG
TibrvMsg. |
static RFldType |
RFldType.OPAQUE
byte[]. |
static RFldType |
RFldType.STRING
String. |
static RFldType |
RFldType.XML
See TibrvMsg.XML. |
static RFldType |
RFldType.DATETIME
See TibrvMsg.DATETIME. |
static RFldType |
RFldType.BOOL
boolean. |
static RFldType |
RFldType.IPADDR32
See TibrvMsg.IPADDR32 |
static RFldType |
RFldType.IPPORT16
See TibrvMsg.IPPORT16 |
static RFldType |
RFldType.MEMO
Memo. |
static RFldType |
RFldType.MSGARRAY
TibrvMsg[] |
static RFldType |
RFldType.DATEARRAY
Date[] |
static RFldType |
RFldType.STRINGARRAY
String[] |
static RFldType |
RFldType.BEAN
Bean |
static RFldType |
RFldType.BEANLIST
Bean list. |
static RFldType |
RFldType.MSGOBJ
RMsg. |
static RFldType |
RFldType.MSGOBJARRAY
RMsg[]. |
static RFldType |
RFldType.MSGOBJHASHTABLE
java.util.Hashtable of RMsg. |
static RFldType |
RFldType.STRINGHASHTABLE
java.util.Hashtable of String - the key/value are both String. |
static RFldType |
RFldType.STRINGLIST
java.util.List of String - the key/value are both String. |
Methods in com.codestreet.messageforge that return RFldType | |
RFldType |
RFldXml.getType()
Get field type. |
RFldType |
RFldTibrvMsgArray.getType()
Get field type. |
RFldType |
RFldTibrvMsg.getType()
Get field type. |
static RFldType |
RFldTibrvMsg.getType(java.lang.String xmlTag)
Get the RFldType object corresponding to the specified XML field tag. |
RFldType |
RFldTibrvIPPort.getType()
Get field type. |
RFldType |
RFldTibrvIPAddr.getType()
Get field type. |
RFldType |
RFldStringList.getType()
Get field type. |
RFldType |
RFldStringHashtable.getType()
Get field type. |
RFldType |
RFldStringArray.getType()
Get field type. |
RFldType |
RFldString.getType()
Get field type. |
RFldType |
RFldOpaque.getType()
Get field type. |
RFldType |
RFldMsgObjHashtable.getType()
Get field type. |
RFldType |
RFldMsgObjArray.getType()
Get field type. |
RFldType |
RFldMsgObj.getType()
Get field type. |
RFldType |
RFldMoney.getType()
Get field type. |
RFldType |
RFldMemo.getType()
Get field type. |
RFldType |
RFldInterface.getType()
Get field type. |
RFldType |
RFldI8Array.getType()
Get field type. |
RFldType |
RFldI8.getType()
Get field type. |
RFldType |
RFldI64Array.getType()
Get field type. |
RFldType |
RFldI64.getType()
Get field type. |
RFldType |
RFldI32Array.getType()
Get field type. |
RFldType |
RFldI32.getType()
Get field type. |
RFldType |
RFldI16Array.getType()
Get field type. |
RFldType |
RFldI16.getType()
Get field type. |
RFldType |
RFldF64Array.getType()
Get field type. |
RFldType |
RFldF64.getType()
Get field type. |
RFldType |
RFldF32Array.getType()
Get field type. |
RFldType |
RFldF32.getType()
Get field type. |
RFldType |
RFldDecimal.getType()
Get field type. |
RFldType |
RFldDatetimeArray.getType()
Get field type. |
RFldType |
RFldDatetime.getType()
Get field type. |
RFldType |
RFldBool.getType()
Get field type. |
RFldType |
RFldBeanList.getType()
|
RFldType |
RFldBean.getType()
|
abstract RFldType |
RFld.getType()
Get field type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |