public interface Addressable extends Addressable, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
Addressable| Modifier and Type | Method and Description |
|---|---|
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. |
getRegion1, getRegion2, getRegion3, getTz, isMain, setMain, setRegion1, setRegion2, setRegion3, setTz, setUsagerefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeAbstractBuildingUnit 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.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.