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