Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.AssertionOperatorTypeEnum
-
Uses of AssertionOperatorTypeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<AssertionOperatorTypeEnum> TestScript.SetupActionAssert.getOperatorElement()
Gets the value(s) for operator ().Modifier and TypeMethodDescriptionTestScript.SetupActionAssert.setOperator
(AssertionOperatorTypeEnum theValue) Sets the value(s) for operator ()Modifier and TypeMethodDescriptionTestScript.SetupActionAssert.setOperator
(ca.uhn.fhir.model.primitive.BoundCodeDt<AssertionOperatorTypeEnum> theValue) Sets the value(s) for operator () -
Uses of AssertionOperatorTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AssertionOperatorTypeEnum> AssertionOperatorTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic AssertionOperatorTypeEnum
Returns the enumerated value associated with this codestatic AssertionOperatorTypeEnum
Returns the enum constant of this type with the specified name.static AssertionOperatorTypeEnum[]
AssertionOperatorTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.