|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Addressable
| Method Summary | |
|---|---|
AbstractBuildingUnit |
getBuilding()
Retrieves the value for the optional reference building. |
List |
getUsage()
|
short |
getUsage(int index)
|
boolean |
isMain()
Retrieves the value for the attribute isMain. |
void |
removeBuilding()
Removes the value for the optional reference building. |
void |
setBuilding(AbstractBuildingUnit newValue)
Sets a new value for the reference building. |
void |
setMain(boolean newValue)
Sets a new value for the attribute isMain. |
void |
setUsage(List newValue)
|
void |
setUsage(short[] newValue)
|
| 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 |
|---|
AbstractBuildingUnit getBuilding()
building.
JmiException - If the value cannot be retrieved for some reason.void setBuilding(AbstractBuildingUnit newValue)
building.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeBuilding()
building.
JmiException - If the value cannot be removed for some reason.boolean isMain()
isMain.
isMain.
JmiException - If the value cannot be retrieved for some reason.void setMain(boolean newValue)
isMain.
newValue - The non-null new value for attribute isMain.
JmiException - If the value cannot be set for some reason.List getUsage()
JmiException - If the values cannot be retrieved for some reason.short getUsage(int index)
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.void setUsage(List newValue)
newValue - A list containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.void setUsage(short[] newValue)
newValue - An array containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||