public class EnumMapper extends Object
Constructor and Description |
---|
EnumMapper() |
Modifier and Type | Method and Description |
---|---|
void |
addMapping(Integer key,
String value)
Adds a key/value mapping
|
String |
fromInteger(Integer key) |
Integer |
fromString(String key) |
Integer |
fromString(String value,
boolean matchCase) |
Map<Integer,String> |
getIntegerToString() |
Map<String,Integer> |
getStringToInteger() |
Copyright © 1996–2023 Geotools. All rights reserved.