Package | Description |
---|---|
cern.dip | |
cern.dip.implementation |
Modifier and Type | Method and Description |
---|---|
boolean |
DipData.extractBoolean()
Returns the
boolean stored in the default data entry. |
boolean |
DipData.extractBoolean(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(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(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(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()
Returns the
float array stored in the default data entry. |
double |
DipData.extractDouble(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(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(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(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(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(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(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(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(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(String tag)
Returns the
short array stored in the specified data entry. |
String |
DipData.extractString()
Returns the
String stored in the default data entry. |
String |
DipData.extractString(String tag)
Returns the
String stored in the specified data entry. |
String[] |
DipData.extractStringArray()
Returns the
String array stored in the default data entry. |
String[] |
DipData.extractStringArray(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(String value)
Inserts a String as default value into the DipData object.
|
void |
DipData.insert(String[] value)
Inserts a String array as default value into the DipData object.
|
void |
DipData.insert(String tag,
boolean value)
Inserts a named boolean entry into the DipData object.
|
void |
DipData.insert(String tag,
boolean[] value)
Inserts a named boolean array entry into the DipData object.
|
void |
DipData.insert(String tag,
byte value)
Inserts a named byte entry into the DipData object.
|
void |
DipData.insert(String tag,
byte[] value)
Inserts a named byte array entry into the DipData object.
|
void |
DipData.insert(String tag,
double value)
Inserts a named double entry into the DipData object.
|
void |
DipData.insert(String tag,
double[] value)
Inserts a named double array entry into the DipData object.
|
void |
DipData.insert(String tag,
float value)
Inserts a named float entry into the DipData object.
|
void |
DipData.insert(String tag,
float[] value)
Inserts a named float array entry into the DipData object.
|
void |
DipData.insert(String tag,
int value)
Inserts a named int entry into the DipData object.
|
void |
DipData.insert(String tag,
int[] value)
Inserts a named int array entry into the DipData object.
|
void |
DipData.insert(String tag,
long value)
Inserts a named long entry into the DipData object.
|
void |
DipData.insert(String tag,
long[] value)
Inserts a named long array entry into the DipData object.
|
void |
DipData.insert(String tag,
short value)
Inserts a named short entry into the DipData object.
|
void |
DipData.insert(String tag,
short[] value)
Inserts a named short array entry into the DipData object.
|
void |
DipData.insert(String tag,
String value)
Inserts a named String entry into the DipData object.
|
void |
DipData.insert(String tag,
String[] value)
Inserts a named String array entry into the DipData object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DipDataImp.extractBoolean() |
boolean |
DipDataImp.extractBoolean(String tag) |
boolean[] |
DipDataImp.extractBooleanArray() |
boolean[] |
DipDataImp.extractBooleanArray(String tag) |
byte |
DipDataImp.extractByte() |
byte |
DipDataImp.extractByte(String tag) |
byte[] |
DipDataImp.extractByteArray() |
byte[] |
DipDataImp.extractByteArray(String tag) |
double |
DipDataImp.extractDouble() |
double |
DipDataImp.extractDouble(String tag) |
double[] |
DipDataImp.extractDoubleArray() |
double[] |
DipDataImp.extractDoubleArray(String tag) |
float |
DipDataImp.extractFloat() |
float |
DipDataImp.extractFloat(String tag) |
float[] |
DipDataImp.extractFloatArray() |
float[] |
DipDataImp.extractFloatArray(String tag) |
int |
DipDataImp.extractInt() |
int |
DipDataImp.extractInt(String tag) |
int[] |
DipDataImp.extractIntArray() |
int[] |
DipDataImp.extractIntArray(String tag) |
long |
DipDataImp.extractLong() |
long |
DipDataImp.extractLong(String tag) |
long[] |
DipDataImp.extractLongArray() |
long[] |
DipDataImp.extractLongArray(String tag) |
short |
DipDataImp.extractShort() |
short |
DipDataImp.extractShort(String tag) |
short[] |
DipDataImp.extractShortArray() |
short[] |
DipDataImp.extractShortArray(String tag) |
String |
DipDataImp.extractString() |
String |
DipDataImp.extractString(String tag) |
String[] |
DipDataImp.extractStringArray() |
String[] |
DipDataImp.extractStringArray(String tag) |
void |
DipDataImp.insert(boolean value)
Inserts a boolean as default value into the DipData object.
|
void |
DipDataImp.insert(boolean[] value)
Inserts a double array as default value into the DipData object.
|
void |
DipDataImp.insert(byte value)
Inserts a byte as default value into the DipData object.
|
void |
DipDataImp.insert(byte[] value)
Inserts a byte array as default value into the DipData object.
|
void |
DipDataImp.insert(double value)
Inserts a double as default value into the DipData object.
|
void |
DipDataImp.insert(double[] value)
Inserts a double array as default value into the DipData object.
|
void |
DipDataImp.insert(float value) |
void |
DipDataImp.insert(float[] value) |
void |
DipDataImp.insert(int value)
Inserts an int as default value into the DipData object.
|
void |
DipDataImp.insert(int[] value)
Inserts an int array as default value into the DipData object.
|
void |
DipDataImp.insert(long value)
Inserts a long as default value into the DipData object.
|
void |
DipDataImp.insert(long[] value)
Inserts a long array as default value into the DipData object.
|
void |
DipDataImp.insert(short value)
Inserts a short as default value into the DipData object.
|
void |
DipDataImp.insert(short[] value)
Inserts an short array as default value into the DipData object.
|
void |
DipDataImp.insert(String value)
Inserts a String as default value into the DipData object.
|
void |
DipDataImp.insert(String[] value)
Inserts a String array as default value into the DipData object.
|
void |
DipDataImp.insert(String tag,
boolean value) |
void |
DipDataImp.insert(String tag,
boolean[] value) |
void |
DipDataImp.insert(String tag,
byte value) |
void |
DipDataImp.insert(String tag,
byte[] value) |
void |
DipDataImp.insert(String tag,
double value) |
void |
DipDataImp.insert(String tag,
double[] value) |
void |
DipDataImp.insert(String tag,
float value) |
void |
DipDataImp.insert(String tag,
float[] value) |
void |
DipDataImp.insert(String tag,
int value) |
void |
DipDataImp.insert(String tag,
int[] value) |
void |
DipDataImp.insert(String tag,
long value) |
void |
DipDataImp.insert(String tag,
long[] value) |
void |
DipDataImp.insert(String tag,
short value) |
void |
DipDataImp.insert(String tag,
short[] value) |
void |
DipDataImp.insert(String tag,
String value) |
void |
DipDataImp.insert(String tag,
String[] value) |
protected void |
DipDataImp.readInFromBuffer(ByteBuffer dataBuffer,
String format)
Read data into this object from a ByteBuffer.
|
Copyright © 2008–2017 CERN. All rights reserved.