static java.util.Map<java.lang.String,java.lang.Object> |
DipDataUtil.convertDipDataToObject(DipData data,
int maxArraySize) |
|
boolean |
DipData.extractBoolean() |
Returns the boolean stored in the default data entry.
|
boolean |
DipData.extractBoolean(java.lang.String tag) |
Returns the boolean stored in the specified data entry.
|
boolean[] |
DipData.extractBooleanArray() |
Returns the boolean array stored in the default data entry.
|
boolean[] |
DipData.extractBooleanArray(java.lang.String tag) |
Returns the boolean array stored in the specified data entry.
|
byte |
DipData.extractByte() |
Returns the byte stored in the default data entry.
|
byte |
DipData.extractByte(java.lang.String tag) |
Returns the byte stored in the specified data entry.
|
byte[] |
DipData.extractByteArray() |
Returns the byte array stored in the default 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() |
Returns the float array stored in the default data entry.
|
double |
DipData.extractDouble(java.lang.String tag) |
Returns the float array stored in the default data entry.
|
double[] |
DipData.extractDoubleArray() |
Returns the double 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() |
Extracts the default value from the DipData object as a float.
|
float |
DipData.extractFloat(java.lang.String tag) |
Returns the float stored in the specified data entry.
|
float[] |
DipData.extractFloatArray() |
Returns the double stored in the default data entry.
|
float[] |
DipData.extractFloatArray(java.lang.String tag) |
Returns the float array stored in the specified data entry.
|
int |
DipData.extractInt() |
Returns the int stored in the default data entry.
|
int |
DipData.extractInt(java.lang.String tag) |
Returns the int stored in the specified data entry.
|
int[] |
DipData.extractIntArray() |
Returns the int array stored in the default data entry.
|
int[] |
DipData.extractIntArray(java.lang.String tag) |
Returns the int array stored in the specified data entry.
|
long |
DipData.extractLong() |
Returns the long stored in the default data entry.
|
long |
DipData.extractLong(java.lang.String tag) |
Returns the long stored in the specified data entry.
|
long[] |
DipData.extractLongArray() |
Returns the long array stored in the default data entry.
|
long[] |
DipData.extractLongArray(java.lang.String tag) |
Returns the long array stored in the specified data entry.
|
short |
DipData.extractShort() |
Returns the short stored in the default data entry.
|
short |
DipData.extractShort(java.lang.String tag) |
Returns the short stored in the specified data entry.
|
short[] |
DipData.extractShortArray() |
Returns the short array stored in the default data entry.
|
short[] |
DipData.extractShortArray(java.lang.String tag) |
Returns the short array stored in the specified data entry.
|
java.lang.String |
DipData.extractString() |
Returns the String stored in the default 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() |
Returns the String array stored in the default data entry.
|
java.lang.String[] |
DipData.extractStringArray(java.lang.String tag) |
Returns the String array stored in the specified data entry.
|
void |
DipData.insert(boolean value) |
Inserts a boolean as default value into the DipData object.
|
void |
DipData.insert(boolean[] value) |
Inserts a boolean array as default value into the DipData object.
|
void |
DipData.insert(byte value) |
Inserts a byte as default value into the DipData object.
|
void |
DipData.insert(byte[] value) |
Inserts a byte array as default value into the DipData object.
|
void |
DipData.insert(double value) |
Inserts a double as default value into the DipData object.
|
void |
DipData.insert(double[] value) |
Inserts a double array as default value into the DipData object.
|
void |
DipData.insert(float value) |
Inserts a float as default value into the DipData object.
|
void |
DipData.insert(float[] value) |
Inserts a float array as default value into the DipData object.
|
void |
DipData.insert(int value) |
Inserts an int as default value into the DipData object.
|
void |
DipData.insert(int[] value) |
Inserts an int array as default value into the DipData object.
|
void |
DipData.insert(long value) |
Inserts a long as default value into the DipData object.
|
void |
DipData.insert(long[] value) |
Inserts a long array as default value into the DipData object.
|
void |
DipData.insert(short value) |
Inserts a short as default value into the DipData object.
|
void |
DipData.insert(short[] value) |
Inserts an short array as default value into the DipData object.
|
void |
DipData.insert(java.lang.String value) |
Inserts a String as default value into the DipData object.
|
void |
DipData.insert(java.lang.String[] value) |
Inserts a String array as default value into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
boolean value) |
Inserts a named boolean entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
boolean[] value) |
Inserts a named boolean array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
byte value) |
Inserts a named byte entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
byte[] value) |
Inserts a named byte array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
double value) |
Inserts a named double entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
double[] value) |
Inserts a named double array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
float value) |
Inserts a named float entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
float[] value) |
Inserts a named float array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
int value) |
Inserts a named int entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
int[] value) |
Inserts a named int array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
long value) |
Inserts a named long entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
long[] value) |
Inserts a named long array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
short value) |
Inserts a named short entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
short[] value) |
Inserts a named short array entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
java.lang.String value) |
Inserts a named String entry into the DipData object.
|
void |
DipData.insert(java.lang.String tag,
java.lang.String[] value) |
Inserts a named String array entry into the DipData object.
|