Uses of Class
net.opengis.swe.x101.ByteOrder.Enum
-
Packages that use ByteOrder.Enum Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of ByteOrder.Enum in net.opengis.swe.x101
Fields in net.opengis.swe.x101 declared as ByteOrder.Enum Modifier and Type Field Description static ByteOrder.EnumByteOrder. BIG_ENDIANstatic ByteOrder.EnumByteOrder. LITTLE_ENDIANMethods in net.opengis.swe.x101 that return ByteOrder.Enum Modifier and Type Method Description static ByteOrder.EnumByteOrder.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static ByteOrder.EnumByteOrder.Enum. forString(String s)Returns the enum value for a string, or null if none.ByteOrder.EnumBinaryBlockDocument.BinaryBlock. getByteOrder()Gets the "byteOrder" attributeMethods in net.opengis.swe.x101 with parameters of type ByteOrder.Enum Modifier and Type Method Description voidBinaryBlockDocument.BinaryBlock. setByteOrder(ByteOrder.Enum byteOrder)Sets the "byteOrder" attribute -
Uses of ByteOrder.Enum in net.opengis.swe.x101.impl
Methods in net.opengis.swe.x101.impl that return ByteOrder.Enum Modifier and Type Method Description ByteOrder.EnumBinaryBlockDocumentImpl.BinaryBlockImpl. getByteOrder()Gets the "byteOrder" attributeMethods in net.opengis.swe.x101.impl with parameters of type ByteOrder.Enum Modifier and Type Method Description voidBinaryBlockDocumentImpl.BinaryBlockImpl. setByteOrder(ByteOrder.Enum byteOrder)Sets the "byteOrder" attribute
-