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