static java.util.Map<java.lang.String,java.lang.Object> |
DipDataUtil.convertDipDataToObject(DipData data,
int maxArraySize) |
|
boolean |
DipData.extractBoolean(java.lang.String tag) |
Returns the boolean stored in the specified data entry.
|
boolean[] |
DipData.extractBooleanArray(java.lang.String tag) |
Returns the boolean array stored in the specified data entry.
|
byte |
DipData.extractByte(java.lang.String tag) |
Returns the byte stored in the specified data entry.
|
byte[] |
DipData.extractByteArray(java.lang.String tag) |
Returns the byte array stored in the specified data entry.
|
static java.lang.Object |
DipDataUtil.extractDipObjectValue(int valueType,
DipData dipData,
java.lang.String fieldName) |
|
double |
DipData.extractDouble(java.lang.String tag) |
Returns the float array stored in the default data entry.
|
double[] |
DipData.extractDoubleArray(java.lang.String tag) |
Returns the double array stored in the specified data entry.
|
float |
DipData.extractFloat(java.lang.String tag) |
Returns the float stored in the specified data entry.
|
float[] |
DipData.extractFloatArray(java.lang.String tag) |
Returns the float array stored in the specified data entry.
|
int |
DipData.extractInt(java.lang.String tag) |
Returns the int stored in the specified data entry.
|
int[] |
DipData.extractIntArray(java.lang.String tag) |
Returns the int array stored in the specified data entry.
|
long |
DipData.extractLong(java.lang.String tag) |
Returns the long stored in the specified data entry.
|
long[] |
DipData.extractLongArray(java.lang.String tag) |
Returns the long array stored in the specified data entry.
|
short |
DipData.extractShort(java.lang.String tag) |
Returns the short stored in the specified data entry.
|
short[] |
DipData.extractShortArray(java.lang.String tag) |
Returns the short array stored in the specified data entry.
|
java.lang.String |
DipData.extractString(java.lang.String tag) |
Returns the String stored in the specified data entry.
|
java.lang.String[] |
DipData.extractStringArray(java.lang.String tag) |
Returns the String array stored in the specified data entry.
|