|
||||||||||
| 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. |
CodeValueContainer |
getRegionType1()
Retrieves the value for the reference regionType1. |
CodeValueContainer |
getRegionType2()
Retrieves the value for the reference regionType2. |
CodeValueContainer |
getRegionType3()
Retrieves the value for the reference regionType3. |
List<Short> |
getUsage()
Retrieves a list containing all the elements for the attribute usage. |
void |
setBuilding(AbstractBuildingUnit building)
Sets a new value for the reference building. |
void |
setRegionType1(CodeValueContainer regionType1)
Sets a new value for the reference regionType1. |
void |
setRegionType2(CodeValueContainer regionType2)
Sets a new value for the reference regionType2. |
void |
setRegionType3(CodeValueContainer regionType3)
Sets a new value for the reference regionType3. |
void |
setUsage(List<Short> usage)
Clears usage and adds the members of the given List. |
| Methods inherited from interface org.opencrx.kernel.address1.cci2.Addressable |
|---|
getRegion1, getRegion2, getRegion3, getTz, isMain, setMain, setRegion1, setRegion2, setRegion3, setTz, setUsage |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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 new – possibly null – value for this reference.CodeValueContainer getRegionType1()
regionType1.
getRegionType1 in interface Addressablenull – value for this reference.void setRegionType1(CodeValueContainer regionType1)
regionType1.
setRegionType1 in interface AddressableregionType1 - The new – possibly null – value for this reference.CodeValueContainer getRegionType2()
regionType2.
getRegionType2 in interface Addressablenull – value for this reference.void setRegionType2(CodeValueContainer regionType2)
regionType2.
setRegionType2 in interface AddressableregionType2 - The new – possibly null – value for this reference.CodeValueContainer getRegionType3()
regionType3.
getRegionType3 in interface Addressablenull – value for this reference.void setRegionType3(CodeValueContainer regionType3)
regionType3.
setRegionType3 in interface AddressableregionType3 - The new – possibly null – value for this reference.List<Short> getUsage()
usage.
getUsage in interface Addressablevoid setUsage(List<Short> usage)
usage and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(usage);Note: This is an extension to the JMI 1 standard.
usage - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||