Uses of Class
com.ibm.fhir.model.type.code.MessageSignificanceCategory.ValueSet
-
Packages that use MessageSignificanceCategory.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of MessageSignificanceCategory.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return MessageSignificanceCategory.ValueSet Modifier and Type Method Description static MessageSignificanceCategory.ValueSetMessageSignificanceCategory.ValueSet. from(String value)Factory method for creating MessageSignificanceCategory.ValueSet values from a passed string value.MessageSignificanceCategory.ValueSetMessageSignificanceCategory. getValueAsEnumConstant()static MessageSignificanceCategory.ValueSetMessageSignificanceCategory.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageSignificanceCategory.ValueSet[]MessageSignificanceCategory.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 MessageSignificanceCategory.ValueSet Modifier and Type Method Description static MessageSignificanceCategoryMessageSignificanceCategory. of(MessageSignificanceCategory.ValueSet value)Factory method for creating MessageSignificanceCategory objects from a passed enum value.MessageSignificanceCategory.BuilderMessageSignificanceCategory.Builder. value(MessageSignificanceCategory.ValueSet value)
-