Uses of Class
org.ehrbase.webtemplate.model.WebTemplateComparisonSymbol
-
Packages that use WebTemplateComparisonSymbol Package Description org.ehrbase.webtemplate.model -
-
Uses of WebTemplateComparisonSymbol in org.ehrbase.webtemplate.model
Methods in org.ehrbase.webtemplate.model that return WebTemplateComparisonSymbol Modifier and Type Method Description WebTemplateComparisonSymbolWebTemplateInterval. getMaxOp()WebTemplateComparisonSymbolWebTemplateInterval. getMinOp()static WebTemplateComparisonSymbolWebTemplateComparisonSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static WebTemplateComparisonSymbol[]WebTemplateComparisonSymbol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.webtemplate.model with parameters of type WebTemplateComparisonSymbol Modifier and Type Method Description voidWebTemplateInterval. setMaxOp(WebTemplateComparisonSymbol maxOp)voidWebTemplateInterval. setMinOp(WebTemplateComparisonSymbol minOp)
-