Enum AssertionOperatorTypeEnum

java.lang.Object
java.lang.Enum<AssertionOperatorTypeEnum>
ca.uhn.fhir.model.dstu2.valueset.AssertionOperatorTypeEnum
All Implemented Interfaces:
Serializable, Comparable<AssertionOperatorTypeEnum>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: contains
    Code Value: contains Compare value string contains a known value.
    Display: empty
    Code Value: empty Compare value is empty.
    Display: equals
    Code Value: equals Default value.
    Display: greaterThan
    Code Value: greaterThan Compare value to be greater than a known value.
    Display: in
    Code Value: in Compare value within a known set of values.
    Display: lessThan
    Code Value: lessThan Compare value to be less than a known value.
    Display: notContains
    Code Value: notContains Compare value string does not contain a known value.
    Display: notEmpty
    Code Value: notEmpty Compare value is not empty.
    Display: notEquals
    Code Value: notEquals Not equals comparison.
    Display: notIn
    Code Value: notIn Compare value not within a known set of values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<AssertionOperatorTypeEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: AssertionOperatorType
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait