Modifier and Type | Field and Description |
---|---|
static String |
I18N_PREFFIX |
protected int |
maxNumberOfIntervals |
protected DataProperty |
property |
protected List |
scalarFunctionsSupported |
Constructor and Description |
---|
AbstractDomain() |
Modifier and Type | Method and Description |
---|---|
Domain |
cloneDomain() |
int |
getMaxNumberOfIntervals() |
DataProperty |
getProperty() |
List |
getScalarFunctionsSupported() |
boolean |
isScalarFunctionSupported(String functionCode) |
void |
setMaxNumberOfIntervals(int maxNumberOfIntervals) |
void |
setProperty(DataProperty property) |
void |
setScalarFunctionsSupported(List scalarFunctionsSupported) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIntervals, getValuesClass, isScalarFunctionSupported
public static final String I18N_PREFFIX
protected DataProperty property
protected int maxNumberOfIntervals
protected List scalarFunctionsSupported
public DataProperty getProperty()
getProperty
in interface Domain
public void setProperty(DataProperty property)
setProperty
in interface Domain
public int getMaxNumberOfIntervals()
getMaxNumberOfIntervals
in interface Domain
public void setMaxNumberOfIntervals(int maxNumberOfIntervals)
setMaxNumberOfIntervals
in interface Domain
public boolean isScalarFunctionSupported(String functionCode)
isScalarFunctionSupported
in interface Domain
public List getScalarFunctionsSupported()
getScalarFunctionsSupported
in interface Domain
public void setScalarFunctionsSupported(List scalarFunctionsSupported)
public Domain cloneDomain()
cloneDomain
in interface Domain
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.