Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ByteOrdering
-
Packages that use ByteOrdering Package Description org.odpi.openmetadata.accessservices.devops.properties -
-
Uses of ByteOrdering in org.odpi.openmetadata.accessservices.devops.properties
Methods in org.odpi.openmetadata.accessservices.devops.properties that return ByteOrdering Modifier and Type Method Description ByteOrderingOperatingPlatformProperties. getByteOrdering()Return the byte ordering of the hardware.static ByteOrderingByteOrdering. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteOrdering[]ByteOrdering. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ByteOrdering Modifier and Type Method Description voidOperatingPlatformProperties. setByteOrdering(ByteOrdering byteOrdering)Set up the byte ordering of the hardware.
-