
Uses of Enum
org.hl7.fhir.dstu2.model.OperationDefinition.OperationKind
Packages that use OperationDefinition.OperationKind
-
Uses of OperationDefinition.OperationKind in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type OperationDefinition.OperationKindModifier and TypeFieldDescriptionprotected Enumeration
<OperationDefinition.OperationKind> OperationDefinition.kind
Whether this is an operation or a named query.Methods in org.hl7.fhir.dstu2.model that return OperationDefinition.OperationKindModifier and TypeMethodDescriptionOperationDefinition.getKind()
Returns the enum constant of this type with the specified name.static OperationDefinition.OperationKind[]
OperationDefinition.OperationKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type OperationDefinition.OperationKindMethods in org.hl7.fhir.dstu2.model with parameters of type OperationDefinition.OperationKindModifier and TypeMethodDescriptionOperationDefinition.setKind
(OperationDefinition.OperationKind value) OperationDefinition.OperationKindEnumFactory.toCode
(OperationDefinition.OperationKind code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type OperationDefinition.OperationKindModifier and TypeMethodDescriptionOperationDefinition.setKindElement
(Enumeration<OperationDefinition.OperationKind> value)