Uses of Enum Class
gov.cms.hh.data.meta.enumer.EditType_EN
Packages that use EditType_EN
-
Uses of EditType_EN in gov.cms.hh.data.meta.enumer
Methods in gov.cms.hh.data.meta.enumer that return EditType_ENModifier and TypeMethodDescriptionstatic EditType_ENReturns the enum constant of this class with the specified name.static EditType_EN[]EditType_EN.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EditType_EN in gov.cms.hh.logic.validation
Methods in gov.cms.hh.logic.validation that return EditType_ENMethods in gov.cms.hh.logic.validation with parameters of type EditType_ENModifier and TypeMethodDescriptionvoidEdit.setType(EditType_EN type) voidEditIF.setType(EditType_EN type) Constructors in gov.cms.hh.logic.validation with parameters of type EditType_ENModifierConstructorDescriptionEdit(EditId_EN id, String description, EditType_EN type, Level serverityLevel)