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