|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterProperty
| Method Summary | |
|---|---|
String |
getDescription()
|
short |
getFilterOperator()
Retrieves the value for the attribute filterOperator. |
short |
getFilterQuantor()
Retrieves the value for the attribute filterQuantor. |
String |
getName()
Retrieves the value for the attribute name. |
Boolean |
isActive()
|
void |
setActive(Boolean newValue)
Sets a new value for the attribute isActive. |
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setFilterOperator(short newValue)
Sets a new value for the attribute filterOperator. |
void |
setFilterQuantor(short newValue)
Sets a new value for the attribute filterQuantor. |
void |
setName(String newValue)
Sets a new value for the attribute name. |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
String getDescription()
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The possibly null new value for attribute description.
JmiException - If the value cannot be set for some reason.short getFilterOperator()
filterOperator.
filterOperator.
JmiException - If the value cannot be retrieved for some reason.void setFilterOperator(short newValue)
filterOperator.
newValue - The non-null new value for attribute filterOperator.
JmiException - If the value cannot be set for some reason.short getFilterQuantor()
filterQuantor.
filterQuantor.
JmiException - If the value cannot be retrieved for some reason.void setFilterQuantor(short newValue)
filterQuantor.
newValue - The non-null new value for attribute filterQuantor.
JmiException - If the value cannot be set for some reason.Boolean isActive()
isActive.
JmiException - If the value cannot be retrieved for some reason.void setActive(Boolean newValue)
isActive.
newValue - The possibly null new value for attribute isActive.
JmiException - If the value cannot be set for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.void setName(String newValue)
name.
newValue - The non-null new value for attribute name.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||