Package | Description |
---|---|
cern.dip | |
cern.dip.implementation |
Modifier and Type | Method and Description |
---|---|
boolean |
DipData.extractBoolean(String tag)
Returns the
boolean stored in the specified data entry. |
boolean[] |
DipData.extractBooleanArray(String tag)
Returns the
boolean array stored in the specified data entry. |
byte |
DipData.extractByte(String tag)
Returns the
byte stored in the specified data entry. |
byte[] |
DipData.extractByteArray(String tag)
Returns the
byte array stored in the specified data entry. |
static Object |
DipDataUtil.extractDipObjectValue(int valueType,
DipData dipData,
String fieldName) |
double |
DipData.extractDouble(String tag)
Returns the
float array stored in the default data entry. |
double[] |
DipData.extractDoubleArray(String tag)
Returns the
double array stored in the specified data entry. |
float |
DipData.extractFloat(String tag)
Returns the
float stored in the specified data entry. |
float[] |
DipData.extractFloatArray(String tag)
Returns the
float array stored in the specified data entry. |
int |
DipData.extractInt(String tag)
Returns the
int stored in the specified data entry. |
int[] |
DipData.extractIntArray(String tag)
Returns the
int array stored in the specified data entry. |
long |
DipData.extractLong(String tag)
Returns the
long stored in the specified data entry. |
long[] |
DipData.extractLongArray(String tag)
Returns the
long array stored in the specified data entry. |
short |
DipData.extractShort(String tag)
Returns the
short stored in the specified data entry. |
short[] |
DipData.extractShortArray(String tag)
Returns the
short array stored in the specified data entry. |
String |
DipData.extractString(String tag)
Returns the
String stored in the specified data entry. |
String[] |
DipData.extractStringArray(String tag)
Returns the
String array stored in the specified data entry. |
Modifier and Type | Method and Description |
---|---|
boolean |
DipDataImp.extractBoolean(String tag) |
boolean[] |
DipDataImp.extractBooleanArray(String tag) |
byte |
DipDataImp.extractByte(String tag) |
byte[] |
DipDataImp.extractByteArray(String tag) |
double |
DipDataImp.extractDouble(String tag) |
double[] |
DipDataImp.extractDoubleArray(String tag) |
float |
DipDataImp.extractFloat(String tag) |
float[] |
DipDataImp.extractFloatArray(String tag) |
int |
DipDataImp.extractInt(String tag) |
int[] |
DipDataImp.extractIntArray(String tag) |
long |
DipDataImp.extractLong(String tag) |
long[] |
DipDataImp.extractLongArray(String tag) |
short |
DipDataImp.extractShort(String tag) |
short[] |
DipDataImp.extractShortArray(String tag) |
String |
DipDataImp.extractString(String tag) |
String[] |
DipDataImp.extractStringArray(String tag) |
Copyright © 2008–2017 CERN. All rights reserved.