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