public interface Domain extends Cloneable
Modifier and Type | Method and Description |
---|---|
Domain |
cloneDomain() |
List<Interval> |
getIntervals() |
int |
getMaxNumberOfIntervals() |
DataProperty |
getProperty() |
List<ScalarFunction> |
getScalarFunctionsSupported() |
Class |
getValuesClass() |
boolean |
isScalarFunctionSupported(ScalarFunction sf) |
boolean |
isScalarFunctionSupported(String functionCode) |
void |
setMaxNumberOfIntervals(int maxIntervals) |
void |
setProperty(DataProperty property) |
DataProperty getProperty()
void setProperty(DataProperty property)
int getMaxNumberOfIntervals()
void setMaxNumberOfIntervals(int maxIntervals)
boolean isScalarFunctionSupported(String functionCode)
boolean isScalarFunctionSupported(ScalarFunction sf)
List<ScalarFunction> getScalarFunctionsSupported()
Class getValuesClass()
Domain cloneDomain()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.