public interface IValueSetEnumBinder<T extends Enum<?>> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
fromCodeString(String theCodeString) |
T |
fromCodeString(String theCodeString,
String theSystemString) |
String |
toCodeString(T theEnum) |
String |
toSystemString(T theEnum) |
T fromCodeString(String theCodeString)
String toCodeString(T theEnum)
String toSystemString(T theEnum)
T fromCodeString(String theCodeString, String theSystemString)
Copyright © 2014–2017 University Health Network. All rights reserved.