Uses of Class
org.hl7.fhir.r4.model.Expression.ExpressionLanguage
-
Packages that use Expression.ExpressionLanguage Package Description org.hl7.fhir.r4.model -
-
Uses of Expression.ExpressionLanguage in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Expression.ExpressionLanguage Modifier and Type Method Description static Expression.ExpressionLanguageExpression.ExpressionLanguage. fromCode(String codeString)Expression.ExpressionLanguageExpression.ExpressionLanguageEnumFactory. fromCode(String codeString)static Expression.ExpressionLanguageExpression.ExpressionLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Expression.ExpressionLanguage[]Expression.ExpressionLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Expression.ExpressionLanguage Modifier and Type Method Description Enumeration<Expression.ExpressionLanguage>Expression.ExpressionLanguageEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r4.model with parameters of type Expression.ExpressionLanguage Modifier and Type Method Description StringExpression.ExpressionLanguageEnumFactory. toCode(Expression.ExpressionLanguage code)StringExpression.ExpressionLanguageEnumFactory. toSystem(Expression.ExpressionLanguage code)
-