|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DataType.NumericDataType>
gov.nasa.pds.objectAccess.DataType.NumericDataType
public static enum DataType.NumericDataType
Enum Constant Summary | |
---|---|
ASCII_Integer
|
|
ASCII_Real
|
|
IEEE754MSBDouble
|
|
IEEE754MSBSingle
|
|
SignedByte
|
|
UnsignedByte
|
|
UnsignedMSB2
|
|
UnsignedMSB4
|
|
UnsignedMSB8
|
Method Summary | |
---|---|
int |
getBits()
Get number of bits for the data type. |
String |
getVicarAlias()
Get VICAR alias for the data type. |
void |
setBits(int bits)
Set number of bits for the data type. |
void |
setVicarAlias(String vicarAlias)
Set the VICAR alias for the data type. |
static DataType.NumericDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataType.NumericDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DataType.NumericDataType SignedByte
public static final DataType.NumericDataType UnsignedByte
public static final DataType.NumericDataType UnsignedMSB2
public static final DataType.NumericDataType UnsignedMSB4
public static final DataType.NumericDataType UnsignedMSB8
public static final DataType.NumericDataType IEEE754MSBSingle
public static final DataType.NumericDataType IEEE754MSBDouble
public static final DataType.NumericDataType ASCII_Integer
public static final DataType.NumericDataType ASCII_Real
Method Detail |
---|
public static DataType.NumericDataType[] values()
for (DataType.NumericDataType c : DataType.NumericDataType.values()) System.out.println(c);
public static DataType.NumericDataType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getBits()
public void setBits(int bits)
bits
- number of bits.public String getVicarAlias()
public void setVicarAlias(String vicarAlias)
vicarAlias
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |