| Modifier and Type | Field and Description |
|---|---|
static String |
I18N_PREFFIX |
protected int |
maxNumberOfIntervals |
protected DataProperty |
property |
protected List<ScalarFunction> |
scalarFunctionsSupported |
| Constructor and Description |
|---|
AbstractDomain() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
cloneDomain() |
int |
getMaxNumberOfIntervals() |
DataProperty |
getProperty() |
List<ScalarFunction> |
getScalarFunctionsSupported() |
boolean |
isScalarFunctionSupported(String functionCode) |
void |
setMaxNumberOfIntervals(int maxNumberOfIntervals) |
void |
setProperty(DataProperty property) |
void |
setScalarFunctionsSupported(List<ScalarFunction> scalarFunctionsSupported) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntervals, getValuesClass, isScalarFunctionSupportedpublic static final String I18N_PREFFIX
protected DataProperty property
protected int maxNumberOfIntervals
protected List<ScalarFunction> scalarFunctionsSupported
public DataProperty getProperty()
getProperty in interface Domainpublic void setProperty(DataProperty property)
setProperty in interface Domainpublic int getMaxNumberOfIntervals()
getMaxNumberOfIntervals in interface Domainpublic void setMaxNumberOfIntervals(int maxNumberOfIntervals)
setMaxNumberOfIntervals in interface Domainpublic boolean isScalarFunctionSupported(String functionCode)
isScalarFunctionSupported in interface Domainpublic List<ScalarFunction> getScalarFunctionsSupported()
getScalarFunctionsSupported in interface Domainpublic void setScalarFunctionsSupported(List<ScalarFunction> scalarFunctionsSupported)
public Domain cloneDomain()
cloneDomain in interface DomainCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.