Uses of Class
in.cdac.medinfo.csnotk.csnolib.commons.EnumDescType
-
Packages that use EnumDescType Package Description in.cdac.medinfo.csnotk.csnolib.commons in.cdac.medinfo.csnotk.csnolib.model -
-
Uses of EnumDescType in in.cdac.medinfo.csnotk.csnolib.commons
Methods in in.cdac.medinfo.csnotk.csnolib.commons that return EnumDescType Modifier and Type Method Description static EnumDescTypeEnumDescType. getEnum(java.lang.String val)Returns enumeration for given string value.static EnumDescTypeEnumDescType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnumDescType[]EnumDescType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumDescType in in.cdac.medinfo.csnotk.csnolib.model
Methods in in.cdac.medinfo.csnotk.csnolib.model with parameters of type EnumDescType Modifier and Type Method Description voidDescription. setType(EnumDescType type)Sets the typeId associated with the Description.
-