Uses of Class
net.opengis.swe.x20.ByteOrderType.Enum
-
Packages that use ByteOrderType.Enum Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of ByteOrderType.Enum in net.opengis.swe.x20
Fields in net.opengis.swe.x20 declared as ByteOrderType.Enum Modifier and Type Field Description static ByteOrderType.EnumByteOrderType. BIG_ENDIANstatic ByteOrderType.EnumByteOrderType. LITTLE_ENDIANMethods in net.opengis.swe.x20 that return ByteOrderType.Enum Modifier and Type Method Description static ByteOrderType.EnumByteOrderType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static ByteOrderType.EnumByteOrderType.Enum. forString(String s)Returns the enum value for a string, or null if none.ByteOrderType.EnumBinaryEncodingType. getByteOrder()Gets the "byteOrder" attributeMethods in net.opengis.swe.x20 with parameters of type ByteOrderType.Enum Modifier and Type Method Description voidBinaryEncodingType. setByteOrder(ByteOrderType.Enum byteOrder)Sets the "byteOrder" attribute -
Uses of ByteOrderType.Enum in net.opengis.swe.x20.impl
Methods in net.opengis.swe.x20.impl that return ByteOrderType.Enum Modifier and Type Method Description ByteOrderType.EnumBinaryEncodingTypeImpl. getByteOrder()Gets the "byteOrder" attributeMethods in net.opengis.swe.x20.impl with parameters of type ByteOrderType.Enum Modifier and Type Method Description voidBinaryEncodingTypeImpl. setByteOrder(ByteOrderType.Enum byteOrder)Sets the "byteOrder" attribute
-