public interface QueryFilterProperty extends QueryFilterProperty, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
QueryFilterProperty| Modifier and Type | Method and Description |
|---|---|
List<Boolean> |
getBooleanParam()
Retrieves a list containing all the elements for the attribute
booleanParam. |
List<XMLGregorianCalendar> |
getDateParam()
Retrieves a list containing all the elements for the attribute
dateParam. |
List<Date> |
getDateTimeParam()
Retrieves a list containing all the elements for the attribute
dateTimeParam. |
List<BigDecimal> |
getDecimalParam()
Retrieves a list containing all the elements for the attribute
decimalParam. |
List<Integer> |
getIntegerParam()
Retrieves a list containing all the elements for the attribute
integerParam. |
List<String> |
getStringParam()
Retrieves a list containing all the elements for the attribute
stringParam. |
void |
setBooleanParam(List<Boolean> booleanParam)
Clears
booleanParam and adds the members of the given List. |
void |
setDateParam(List<XMLGregorianCalendar> dateParam)
Clears
dateParam and adds the members of the given List. |
void |
setDateTimeParam(List<Date> dateTimeParam)
Clears
dateTimeParam and adds the members of the given List. |
void |
setDecimalParam(List<BigDecimal> decimalParam)
Clears
decimalParam and adds the members of the given List. |
void |
setIntegerParam(List<Integer> integerParam)
Clears
integerParam and adds the members of the given List. |
void |
setStringParam(List<String> stringParam)
Clears
stringParam and adds the members of the given List. |
getClause, setBooleanParam, setClause, setDateParam, setDateTimeParam, setDecimalParam, setIntegerParam, setStringParamrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<Boolean> getBooleanParam()
booleanParam.getBooleanParam in interface QueryFilterPropertyvoid setBooleanParam(List<Boolean> booleanParam)
booleanParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(booleanParam);Note: This is an extension to the JMI 1 standard.
booleanParam - collection to be copied.List<XMLGregorianCalendar> getDateParam()
dateParam.getDateParam in interface QueryFilterPropertyvoid setDateParam(List<XMLGregorianCalendar> dateParam)
dateParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(dateParam);Note: This is an extension to the JMI 1 standard.
dateParam - collection to be copied.List<Date> getDateTimeParam()
dateTimeParam.getDateTimeParam in interface QueryFilterPropertyvoid setDateTimeParam(List<Date> dateTimeParam)
dateTimeParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(dateTimeParam);Note: This is an extension to the JMI 1 standard.
dateTimeParam - collection to be copied.List<BigDecimal> getDecimalParam()
decimalParam.getDecimalParam in interface QueryFilterPropertyvoid setDecimalParam(List<BigDecimal> decimalParam)
decimalParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(decimalParam);Note: This is an extension to the JMI 1 standard.
decimalParam - collection to be copied.List<Integer> getIntegerParam()
integerParam.getIntegerParam in interface QueryFilterPropertyvoid setIntegerParam(List<Integer> integerParam)
integerParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(integerParam);Note: This is an extension to the JMI 1 standard.
integerParam - collection to be copied.List<String> getStringParam()
stringParam.getStringParam in interface QueryFilterPropertyvoid setStringParam(List<String> stringParam)
stringParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(stringParam);Note: This is an extension to the JMI 1 standard.
stringParam - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.