org.openmdx.filter1.cci
Class BooleanPropertyImpl
java.lang.Object
org.openmdx.base.accessor.jmi.spi.RefObject_1
org.openmdx.filter1.cci.BooleanPropertyImpl
- All Implemented Interfaces:
- Serializable, PersistenceCapable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, RefObject_1_1, RefObject_1_2, BooleanProperty, Property
public class BooleanPropertyImpl
- extends RefObject_1
- implements BooleanProperty
- See Also:
- Serialized Form
|
Method Summary |
String |
getName()
Retrieves the value for the attribute name. |
protected String |
getName(int index)
|
short |
getOperator()
Retrieves the value for the attribute operator. |
protected short |
getOperator(int index)
|
short |
getQuantor()
Retrieves the value for the attribute quantor. |
protected short |
getQuantor(int index)
|
Set |
isValue()
Retrieves a set containing all the elements for the attribute
value. |
protected void |
setName(int index,
String newValue)
|
protected void |
setName(String newValue)
|
protected void |
setOperator(int index,
short newValue)
|
void |
setOperator(short newValue)
Sets a new value for the attribute operator. |
protected void |
setQuantor(int index,
short newValue)
|
void |
setQuantor(short newValue)
Sets a new value for the attribute quantor. |
void |
setValue(boolean[] newValue)
|
void |
setValue(Set newValue)
Sets a new set containing all the new elements for the attribute
value. |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefObject_1 |
equals, getModel, getValue, hashCode, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoProvideField, jdoProvideFields, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, refAddEventListener, refAddToUnitOfWork, refAddValue, refAddValue, refAddValue, refClass, refContext, refDefaultFetchGroup, refDelegate, refDelete, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refImmediateComposite, refImmediatePackage, refInitialize, refInitialize, refInvokeOperation, refInvokeOperation, refIsDeleted, refIsDirty, refIsInstanceOf, refIsNew, refIsPersistent, refIsWriteProtected, refMetaObject, refMofId, refOutermostComposite, refOutermostPackage, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refRemoveValue, refRemoveValue, refSetOutermostPackage, refSetValue, refSetValue, refSetValue, refSetValue, refVerifyConstraints, refWriteProtect, toString |
| 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 |
BooleanPropertyImpl
public BooleanPropertyImpl(Object_1_0 object,
RefClass refClass)
isValue
public Set isValue()
- Description copied from interface:
BooleanProperty
- Retrieves a set containing all the elements for the attribute
value.
- Specified by:
isValue in interface BooleanProperty
- Returns:
- A set containing all elements for this attribute.
setValue
public void setValue(Set newValue)
- Description copied from interface:
BooleanProperty
- Sets a new set containing all the new elements for the attribute
value.
- Specified by:
setValue in interface BooleanProperty
- Parameters:
newValue - A set containing all the new elements for this attribute.
setValue
public void setValue(boolean[] newValue)
getName
public String getName()
- Description copied from interface:
Property
- Retrieves the value for the attribute
name.
- Specified by:
getName in interface Property
- Returns:
- The non-null value for attribute
name.
getName
protected String getName(int index)
setName
protected void setName(String newValue)
setName
protected void setName(int index,
String newValue)
getOperator
public short getOperator()
- Description copied from interface:
Property
- Retrieves the value for the attribute
operator.
- Specified by:
getOperator in interface Property
- Returns:
- The non-null value for attribute
operator.
getOperator
protected short getOperator(int index)
setOperator
public void setOperator(short newValue)
- Description copied from interface:
Property
- Sets a new value for the attribute
operator.
- Specified by:
setOperator in interface Property
- Parameters:
newValue - The non-null new value for attribute operator.
setOperator
protected void setOperator(int index,
short newValue)
getQuantor
public short getQuantor()
- Description copied from interface:
Property
- Retrieves the value for the attribute
quantor.
- Specified by:
getQuantor in interface Property
- Returns:
- The non-null value for attribute
quantor.
getQuantor
protected short getQuantor(int index)
setQuantor
public void setQuantor(short newValue)
- Description copied from interface:
Property
- Sets a new value for the attribute
quantor.
- Specified by:
setQuantor in interface Property
- Parameters:
newValue - The non-null new value for attribute quantor.
setQuantor
protected void setQuantor(int index,
short newValue)
This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.