public interface EnumerationHandler
Modifier and Type | Method and Description |
---|---|
IObject |
findEnumeration(java.util.HashMap<java.lang.String,IObject> enumerations,
java.lang.String value)
Attempt to find an enumeration from an existing set of enumeration
values.
|
IObject findEnumeration(java.util.HashMap<java.lang.String,IObject> enumerations, java.lang.String value)
enumerations
- Exhaustive set of enumerations of this type.value
- Value to look for an enumeration of.null
.