Uses of Class
adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
-
Packages that use ByteArrayToPrimitiveArray.PrimitiveType Package Description adams.data.conversion -
-
Uses of ByteArrayToPrimitiveArray.PrimitiveType in adams.data.conversion
Fields in adams.data.conversion declared as ByteArrayToPrimitiveArray.PrimitiveType Modifier and Type Field Description protected ByteArrayToPrimitiveArray.PrimitiveType
ByteArrayToPrimitiveArray. m_Type
the primitive to output.protected ByteArrayToPrimitiveArray.PrimitiveType
PrimitiveArrayToByteArray. m_Type
the primitive to output.Methods in adams.data.conversion that return ByteArrayToPrimitiveArray.PrimitiveType Modifier and Type Method Description ByteArrayToPrimitiveArray.PrimitiveType
ByteArrayToPrimitiveArray. getType()
Returns the type of primitive to generate.ByteArrayToPrimitiveArray.PrimitiveType
PrimitiveArrayToByteArray. getType()
Returns the type of primitive to convert.static ByteArrayToPrimitiveArray.PrimitiveType
ByteArrayToPrimitiveArray.PrimitiveType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByteArrayToPrimitiveArray.PrimitiveType[]
ByteArrayToPrimitiveArray.PrimitiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.conversion with parameters of type ByteArrayToPrimitiveArray.PrimitiveType Modifier and Type Method Description void
ByteArrayToPrimitiveArray. setType(ByteArrayToPrimitiveArray.PrimitiveType value)
Sets the type of primitive to generate.void
PrimitiveArrayToByteArray. setType(ByteArrayToPrimitiveArray.PrimitiveType value)
Sets the type of primitive to convert.
-