public class Uint8 extends Scalar
CLASS_A, CLASS_APD, CLASS_D, CLASS_R, CLASS_S, DTYPE_ACTION, DTYPE_B, DTYPE_BU, DTYPE_CALL, DTYPE_CONDITION, DTYPE_CONGLOM, DTYPE_DEPENDENCY, DTYPE_DICTIONARY, DTYPE_DIMENSION, DTYPE_DISPATCH, DTYPE_DOUBLE, DTYPE_DSC, DTYPE_EVENT, DTYPE_FLOAT, DTYPE_FUNCTION, DTYPE_IDENT, DTYPE_L, DTYPE_LIST, DTYPE_LU, DTYPE_METHOD, DTYPE_NID, DTYPE_O, DTYPE_OU, DTYPE_PARAM, DTYPE_PATH, DTYPE_PROCEDURE, DTYPE_PROGRAM, DTYPE_Q, DTYPE_QU, DTYPE_RANGE, DTYPE_ROUTINE, DTYPE_SIGNAL, DTYPE_SLOPE, DTYPE_T, DTYPE_TUPLE, DTYPE_W, DTYPE_WINDOW, DTYPE_WITH_ERROR, DTYPE_WITH_UNITS, DTYPE_WU, TreeDEPENDENCY_AND, TreeDEPENDENCY_OR, TreeIGNORE_STATUS, TreeIGNORE_UNDEFINED, TreeNEGATE_CONDITION| Constructor and Description |
|---|
Uint8(byte datum) |
Uint8(byte datum,
Data help,
Data units,
Data error,
Data validation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object data) |
byte |
getByte()
Convert this data into a byte.
|
byte[] |
getByteArray()
Convert this data into a byte array.
|
static Data |
getData(byte datum,
Data help,
Data units,
Data error,
Data validation) |
double |
getDouble()
Convert this data into a double.
|
double[] |
getDoubleArray()
Convert this data into a long array.
|
float |
getFloat()
Convert this data into a float.
|
float[] |
getFloatArray()
Convert this data into a float array.
|
int |
getInt()
Convert this data into a int.
|
int[] |
getIntArray()
Convert this data into a int array.
|
long |
getLong()
Convert this data into a long.
|
long[] |
getLongArray()
Convert this data into a long array.
|
short |
getShort()
Convert this data into a short.
|
short[] |
getShortArray()
Convert this data into a short array.
|
int |
getSizeInBytes() |
compile, compile, convertToDate, data, deserialize, evaluate, execute, executeWithContext, getDimensionAt, getError, getHelp, getMdsMsg, getShape, getString, getStringArray, getTime, getUnits, getValidation, plot, serialize, setCtxTree, setError, setHelp, setUnits, setValidation, toData, toData, toData, toData, toData, toData, toData, toData, toData, toData, toData, toData, toData, toData, toDouble, toStringpublic byte getByte()
throws MdsException
DatagetByte in class DataMdsExceptionpublic short getShort()
throws MdsException
getShort in class DataMdsExceptionpublic int getInt()
throws MdsException
getInt in class DataMdsExceptionpublic long getLong()
throws MdsException
getLong in class DataMdsExceptionpublic float getFloat()
throws MdsException
getFloat in class DataMdsExceptionpublic double getDouble()
throws MdsException
getDouble in class DataMdsExceptionpublic byte[] getByteArray()
throws MdsException
getByteArray in class DataMdsExceptionpublic short[] getShortArray()
throws MdsException
getShortArray in class DataMdsExceptionpublic int[] getIntArray()
throws MdsException
getIntArray in class DataMdsExceptionpublic long[] getLongArray()
throws MdsException
getLongArray in class DataMdsExceptionpublic float[] getFloatArray()
throws MdsException
getFloatArray in class DataMdsExceptionpublic double[] getDoubleArray()
throws MdsException
getDoubleArray in class DataMdsExceptionpublic int getSizeInBytes()
getSizeInBytes in class DataCopyright © 2022. All rights reserved.