Package org.hl7.fhir.r4.terminologies
Enum ValueSetExpander.TerminologyServiceErrorClass
- java.lang.Object
-
- java.lang.Enum<ValueSetExpander.TerminologyServiceErrorClass>
-
- org.hl7.fhir.r4.terminologies.ValueSetExpander.TerminologyServiceErrorClass
-
- All Implemented Interfaces:
Serializable,Comparable<ValueSetExpander.TerminologyServiceErrorClass>
- Enclosing interface:
- ValueSetExpander
public static enum ValueSetExpander.TerminologyServiceErrorClass extends Enum<ValueSetExpander.TerminologyServiceErrorClass>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOSERVICESERVER_ERRORUNKNOWNVALUESET_UNSUPPORTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInfrastructure()static ValueSetExpander.TerminologyServiceErrorClassvalueOf(String name)Returns the enum constant of this type with the specified name.static ValueSetExpander.TerminologyServiceErrorClass[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final ValueSetExpander.TerminologyServiceErrorClass UNKNOWN
-
NOSERVICE
public static final ValueSetExpander.TerminologyServiceErrorClass NOSERVICE
-
SERVER_ERROR
public static final ValueSetExpander.TerminologyServiceErrorClass SERVER_ERROR
-
VALUESET_UNSUPPORTED
public static final ValueSetExpander.TerminologyServiceErrorClass VALUESET_UNSUPPORTED
-
-
Method Detail
-
values
public static ValueSetExpander.TerminologyServiceErrorClass[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ValueSetExpander.TerminologyServiceErrorClass c : ValueSetExpander.TerminologyServiceErrorClass.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ValueSetExpander.TerminologyServiceErrorClass valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
isInfrastructure
public boolean isInfrastructure()
-
-