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