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.PrimitiveTypeByteArrayToPrimitiveArray. m_Typethe primitive to output.protected ByteArrayToPrimitiveArray.PrimitiveTypePrimitiveArrayToByteArray. m_Typethe primitive to output.Methods in adams.data.conversion that return ByteArrayToPrimitiveArray.PrimitiveType Modifier and Type Method Description ByteArrayToPrimitiveArray.PrimitiveTypeByteArrayToPrimitiveArray. getType()Returns the type of primitive to generate.ByteArrayToPrimitiveArray.PrimitiveTypePrimitiveArrayToByteArray. getType()Returns the type of primitive to convert.static ByteArrayToPrimitiveArray.PrimitiveTypeByteArrayToPrimitiveArray.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 voidByteArrayToPrimitiveArray. setType(ByteArrayToPrimitiveArray.PrimitiveType value)Sets the type of primitive to generate.voidPrimitiveArrayToByteArray. setType(ByteArrayToPrimitiveArray.PrimitiveType value)Sets the type of primitive to convert.
-