Uses of Class
com.ibm.fhir.model.type.code.NoteType.ValueSet
-
Packages that use NoteType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of NoteType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return NoteType.ValueSet Modifier and Type Method Description static NoteType.ValueSetNoteType.ValueSet. from(String value)Factory method for creating NoteType.ValueSet values from a passed string value.NoteType.ValueSetNoteType. getValueAsEnumConstant()static NoteType.ValueSetNoteType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static NoteType.ValueSet[]NoteType.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type NoteType.ValueSet Modifier and Type Method Description static NoteTypeNoteType. of(NoteType.ValueSet value)Factory method for creating NoteType objects from a passed enum value.NoteType.BuilderNoteType.Builder. value(NoteType.ValueSet value)
-