Uses of Class
org.ehrbase.aql.dto.containment.ContainmentLogicalOperatorSymbol
-
Packages that use ContainmentLogicalOperatorSymbol Package Description org.ehrbase.aql.dto.containment -
-
Uses of ContainmentLogicalOperatorSymbol in org.ehrbase.aql.dto.containment
Methods in org.ehrbase.aql.dto.containment that return ContainmentLogicalOperatorSymbol Modifier and Type Method Description ContainmentLogicalOperatorSymbolContainmentLogicalOperator. getSymbol()static ContainmentLogicalOperatorSymbolContainmentLogicalOperatorSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainmentLogicalOperatorSymbol[]ContainmentLogicalOperatorSymbol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.dto.containment with parameters of type ContainmentLogicalOperatorSymbol Modifier and Type Method Description voidContainmentLogicalOperator. setSymbol(ContainmentLogicalOperatorSymbol symbol)
-