Uses of Class
in.cdac.medinfo.csnotk.csnolib.commons.EnumComponent
-
Packages that use EnumComponent Package Description in.cdac.medinfo.csnotk.csnolib.commons in.cdac.medinfo.csnotk.csnolib.model -
-
Uses of EnumComponent in in.cdac.medinfo.csnotk.csnolib.commons
Methods in in.cdac.medinfo.csnotk.csnolib.commons that return EnumComponent Modifier and Type Method Description static EnumComponentEnumComponent. getEnum(java.lang.String val)Returns enumeration for given string value.static EnumComponentEnumComponent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnumComponent[]EnumComponent. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumComponent in in.cdac.medinfo.csnotk.csnolib.model
Methods in in.cdac.medinfo.csnotk.csnolib.model with parameters of type EnumComponent Modifier and Type Method Description VersionedComponentComponentFactory. getComponent(EnumComponent componentType, java.lang.String id)Function to return the object of the desired Component type.
-