|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Addressable
Abstract class Addressable
| Method Summary | |
|---|---|
AbstractBuildingUnit |
getBuilding()
Retrieves the value for the reference building. |
short |
getUsage(int index)
|
void |
removeBuilding()
Removes the value for the optional reference building. |
void |
setBuilding(AbstractBuildingUnit building)
Sets a new value for the reference building. |
void |
setUsage(List<Short> usage)
This method is equivalent to |
| Methods inherited from interface org.opencrx.kernel.address1.cci2.Addressable |
|---|
getUsage, isMain, setMain, setUsage |
| 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.
getBuilding in interface Addressablenull – value for this reference.void setBuilding(AbstractBuildingUnit building)
building.
setBuilding in interface Addressablebuilding - The non-null new value for this reference.void removeBuilding()
building.
short getUsage(int index)
void setUsage(List<Short> usage)
This method is equivalent to
list.clear(); list.addAll(usage);
usage - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||