Uses of Class
uk.org.acbs.siri21.MedicalNeedEnumeration
-
Packages that use MedicalNeedEnumeration Package Description uk.org.acbs.siri21 -
-
Uses of MedicalNeedEnumeration in uk.org.acbs.siri21
Fields in uk.org.acbs.siri21 declared as MedicalNeedEnumeration Modifier and Type Field Description protected MedicalNeedEnumerationUserNeedStructure. medicalNeedMethods in uk.org.acbs.siri21 that return MedicalNeedEnumeration Modifier and Type Method Description static MedicalNeedEnumerationMedicalNeedEnumeration. fromValue(String v)MedicalNeedEnumerationUserNeedStructure. getMedicalNeed()Gets the value of the medicalNeed property.static MedicalNeedEnumerationMedicalNeedEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicalNeedEnumeration[]MedicalNeedEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.acbs.siri21 with parameters of type MedicalNeedEnumeration Modifier and Type Method Description voidUserNeedStructure. setMedicalNeed(MedicalNeedEnumeration value)Sets the value of the medicalNeed property.
-