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