Uses of Class
in.cdac.medinfo.csnotk.csnolib.commons.EnumRefset
-
Packages that use EnumRefset Package Description in.cdac.medinfo.csnotk.csnolib.commons -
-
Uses of EnumRefset in in.cdac.medinfo.csnotk.csnolib.commons
Methods in in.cdac.medinfo.csnotk.csnolib.commons that return EnumRefset Modifier and Type Method Description static EnumRefsetEnumRefset. getLookupId(java.lang.String id)static EnumRefsetEnumRefset. getLookupValue(java.lang.String value)static EnumRefsetEnumRefset. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnumRefset[]EnumRefset. values()Returns an array containing the constants of this enum type, in the order they are declared.
-