Uses of Enum Class
org.hl7.v3.RoleClassEmployee
-
Uses of RoleClassEmployee in org.hl7.v3
Fields in org.hl7.v3 declared as RoleClassEmployeeModifier and TypeFieldDescriptionprotected RoleClassEmployeeCOCTMT030000UV04Employment.classCodeprotected RoleClassEmployeeCOCTMT030007UVEmployment.classCodeprotected RoleClassEmployeeCOCTMT500000UV04Employment.classCodeprotected RoleClassEmployeePRPAMT201310UV02Employee.classCodeMethods in org.hl7.v3 that return RoleClassEmployeeModifier and TypeMethodDescriptionstatic RoleClassEmployeeCOCTMT030000UV04Employment.getClassCode()Gets the value of the classCode property.COCTMT030007UVEmployment.getClassCode()Gets the value of the classCode property.COCTMT500000UV04Employment.getClassCode()Gets the value of the classCode property.PRPAMT201310UV02Employee.getClassCode()Gets the value of the classCode property.static RoleClassEmployeeReturns the enum constant of this class with the specified name.static RoleClassEmployee[]RoleClassEmployee.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.v3 with parameters of type RoleClassEmployeeModifier and TypeMethodDescriptionvoidCOCTMT030000UV04Employment.setClassCode(RoleClassEmployee value) Sets the value of the classCode property.voidCOCTMT030007UVEmployment.setClassCode(RoleClassEmployee value) Sets the value of the classCode property.voidCOCTMT500000UV04Employment.setClassCode(RoleClassEmployee value) Sets the value of the classCode property.voidPRPAMT201310UV02Employee.setClassCode(RoleClassEmployee value) Sets the value of the classCode property.COCTMT030000UV04Employment.withClassCode(RoleClassEmployee value) COCTMT030007UVEmployment.withClassCode(RoleClassEmployee value) COCTMT500000UV04Employment.withClassCode(RoleClassEmployee value) PRPAMT201310UV02Employee.withClassCode(RoleClassEmployee value)