Package com.ibm.fhir.model.type.code
Class SearchComparator
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.SearchComparator
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class SearchComparator extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchComparator.Builderstatic classSearchComparator.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static SearchComparatorAPApproximatelystatic SearchComparatorEBEnds Beforestatic SearchComparatorEQEqualsstatic SearchComparatorGEGreater or Equalsstatic SearchComparatorGTGreater Thanstatic SearchComparatorLELess of Equalstatic SearchComparatorLTLess Thanstatic SearchComparatorNENot Equalsstatic SearchComparatorSAStarts After
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchComparator.Builderbuilder()static Codecode(String value)Inherited factory method for creating SearchComparator objects from a passed string value.booleanequals(Object obj)SearchComparator.ValueSetgetValueAsEnumConstant()inthashCode()static SearchComparatorof(SearchComparator.ValueSet value)Factory method for creating SearchComparator objects from a passed enum value.static SearchComparatorof(String value)Factory method for creating SearchComparator objects from a passed string value.static Stringstring(String value)Inherited factory method for creating SearchComparator objects from a passed string value.SearchComparator.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
EQ
public static final SearchComparator EQ
Equalsthe value for the parameter in the resource is equal to the provided value.
-
NE
public static final SearchComparator NE
Not Equalsthe value for the parameter in the resource is not equal to the provided value.
-
GT
public static final SearchComparator GT
Greater Thanthe value for the parameter in the resource is greater than the provided value.
-
LT
public static final SearchComparator LT
Less Thanthe value for the parameter in the resource is less than the provided value.
-
GE
public static final SearchComparator GE
Greater or Equalsthe value for the parameter in the resource is greater or equal to the provided value.
-
LE
public static final SearchComparator LE
Less of Equalthe value for the parameter in the resource is less or equal to the provided value.
-
SA
public static final SearchComparator SA
Starts Afterthe value for the parameter in the resource starts after the provided value.
-
EB
public static final SearchComparator EB
Ends Beforethe value for the parameter in the resource ends before the provided value.
-
AP
public static final SearchComparator AP
Approximatelythe value for the parameter in the resource is approximately the same to the provided value.
-
-
Method Detail
-
getValueAsEnumConstant
public SearchComparator.ValueSet getValueAsEnumConstant()
-
of
public static SearchComparator of(SearchComparator.ValueSet value)
Factory method for creating SearchComparator objects from a passed enum value.
-
of
public static SearchComparator of(String value)
Factory method for creating SearchComparator objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating SearchComparator objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating SearchComparator objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public SearchComparator.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static SearchComparator.Builder builder()
-
-