|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMismatch | |
---|---|
cern.cmw | Provides common classes that are used by different CMW packages. |
Uses of TypeMismatch in cern.cmw |
---|
Methods in cern.cmw that throw TypeMismatch | |
---|---|
boolean |
DataEntry.extractBoolean()
Returns the boolean stored in this DataEntry object. |
boolean |
Data.extractBoolean()
Returns the boolean stored in the default data entry. |
boolean |
Data.extractBoolean(String tag)
Returns the boolean stored in the specified data entry. |
boolean[] |
DataEntry.extractBooleanArray()
Returns the boolean array stored in this DataEntry object. |
boolean[] |
Data.extractBooleanArray()
Returns the boolean array stored in the default data entry. |
boolean[] |
Data.extractBooleanArray(String tag)
Returns the boolean array stored in the specified data entry. |
byte |
DataEntry.extractByte()
Returns the byte stored in this DataEntry object. |
byte |
Data.extractByte()
Returns the byte stored in the default data entry. |
byte |
Data.extractByte(String tag)
Returns the byte stored in the specified data entry. |
byte[] |
DataEntry.extractByteArray()
Returns the byte array stored in this DataEntry object. |
byte[] |
Data.extractByteArray()
Returns the byte array stored in the default data entry. |
byte[] |
Data.extractByteArray(String tag)
Returns the byte array stored in the specified data entry. |
double |
DataEntry.extractDouble()
Returns the double stored in this DataEntry object. |
double |
Data.extractDouble()
Returns the double stored in the default data entry. |
double |
Data.extractDouble(String tag)
Returns the double stored in the specified data entry. |
double[] |
DataEntry.extractDoubleArray()
Returns the double array stored in this DataEntry object. |
double[] |
Data.extractDoubleArray()
Returns the double array stored in the default data entry. |
double[] |
Data.extractDoubleArray(String tag)
Returns the double array stored in the specified data entry. |
float |
DataEntry.extractFloat()
Returns the float stored in this DataEntry object. |
float |
Data.extractFloat()
Returns the float stored in the default data entry. |
float |
Data.extractFloat(String tag)
Returns the float stored in the specified data entry. |
float[] |
DataEntry.extractFloatArray()
Returns the float array stored in this DataEntry object. |
float[] |
Data.extractFloatArray()
Returns the float array stored in the default data entry. |
float[] |
Data.extractFloatArray(String tag)
Returns the float array stored in the specified data entry. |
int |
DataEntry.extractInt()
Returns the int stored in this DataEntry object. |
int |
Data.extractInt()
Returns the int stored in the default data entry. |
int |
Data.extractInt(String tag)
Returns the int stored in the specified data entry. |
int[] |
DataEntry.extractIntArray()
Returns the int array stored in this DataEntry object. |
int[] |
Data.extractIntArray()
Returns the int array stored in the default data entry. |
int[] |
Data.extractIntArray(String tag)
Returns the int array stored in the specified data entry. |
long |
DataEntry.extractLong()
Returns the long stored in this DataEntry object. |
long |
Data.extractLong()
Returns the long stored in the default data entry. |
long |
Data.extractLong(String tag)
Returns the long stored in the specified data entry. |
long[] |
DataEntry.extractLongArray()
Returns the long array stored in this DataEntry object. |
long[] |
Data.extractLongArray()
Returns the long array stored in the default data entry. |
long[] |
Data.extractLongArray(String tag)
Returns the long array stored in the specified data entry. |
Object |
Data.extractObject()
Returns the Object stored in the Default data entry. |
Object |
Data.extractObject(String tag)
Returns the Object stored in the specified data entry. |
short |
DataEntry.extractShort()
Returns the short stored in this DataEntry object. |
short |
Data.extractShort()
Returns the short stored in the default data entry. |
short |
Data.extractShort(String tag)
Returns the short stored in the specified data entry. |
short[] |
DataEntry.extractShortArray()
Returns the short array stored in this DataEntry object. |
short[] |
Data.extractShortArray()
Returns the short array stored in the default data entry. |
short[] |
Data.extractShortArray(String tag)
Returns the short array stored in the specified data entry. |
String |
DataEntry.extractString()
Returns the String stored in this DataEntry object. |
String |
Data.extractString()
Returns the String stored in the default data entry. |
String |
Data.extractString(String tag)
Returns the String stored in the specified data entry. |
String[] |
DataEntry.extractStringArray()
Returns the String array stored in this DataEntry object. |
String[] |
Data.extractStringArray()
Returns the String array stored in the default data entry. |
String[] |
Data.extractStringArray(String tag)
Returns the String array stored in the specified data entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |