Package com.ibm.fhir.model.type.code
Class SearchEntryMode
- 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.SearchEntryMode
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class SearchEntryMode extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchEntryMode.Builderstatic classSearchEntryMode.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static SearchEntryModeINCLUDEIncludestatic SearchEntryModeMATCHMatchstatic SearchEntryModeOUTCOMEOutcome
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchEntryMode.Builderbuilder()static Codecode(String value)Inherited factory method for creating SearchEntryMode objects from a passed string value.booleanequals(Object obj)SearchEntryMode.ValueSetgetValueAsEnumConstant()inthashCode()static SearchEntryModeof(SearchEntryMode.ValueSet value)Factory method for creating SearchEntryMode objects from a passed enum value.static SearchEntryModeof(String value)Factory method for creating SearchEntryMode objects from a passed string value.static Stringstring(String value)Inherited factory method for creating SearchEntryMode objects from a passed string value.SearchEntryMode.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
-
MATCH
public static final SearchEntryMode MATCH
MatchThis resource matched the search specification.
-
INCLUDE
public static final SearchEntryMode INCLUDE
IncludeThis resource is returned because it is referred to from another resource in the search set.
-
OUTCOME
public static final SearchEntryMode OUTCOME
OutcomeAn OperationOutcome that provides additional information about the processing of a search.
-
-
Method Detail
-
getValueAsEnumConstant
public SearchEntryMode.ValueSet getValueAsEnumConstant()
-
of
public static SearchEntryMode of(SearchEntryMode.ValueSet value)
Factory method for creating SearchEntryMode objects from a passed enum value.
-
of
public static SearchEntryMode of(String value)
Factory method for creating SearchEntryMode 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 SearchEntryMode 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 SearchEntryMode 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 SearchEntryMode.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static SearchEntryMode.Builder builder()
-
-