Uses of Enum Class
org.ehrbase.openehr.sdk.webtemplate.model.WebTemplateComparisonSymbol
Packages that use WebTemplateComparisonSymbol
-
Uses of WebTemplateComparisonSymbol in org.ehrbase.openehr.sdk.webtemplate.model
Methods in org.ehrbase.openehr.sdk.webtemplate.model that return WebTemplateComparisonSymbolModifier and TypeMethodDescriptionWebTemplateInterval.getMaxOp()WebTemplateInterval.getMinOp()static WebTemplateComparisonSymbolReturns the enum constant of this class with the specified name.static WebTemplateComparisonSymbol[]WebTemplateComparisonSymbol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.openehr.sdk.webtemplate.model with parameters of type WebTemplateComparisonSymbolModifier and TypeMethodDescriptionvoidWebTemplateInterval.setMaxOp(WebTemplateComparisonSymbol maxOp) voidWebTemplateInterval.setMinOp(WebTemplateComparisonSymbol minOp)