|
||||||||||
| 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. |
String |
getTz()
Retrieves the possibly null value for the optional attribute tz. |
List<Short> |
getUsage()
Retrieves a list containing all the elements for the attribute usage. |
boolean |
isMain()
Retrieves the value for the attribute isMain. |
void |
setBuilding(AbstractBuildingUnit building)
Sets a new value for the reference building. |
void |
setMain(boolean isMain)
Sets a new value for the attribute isMain. |
void |
setTz(String tz)
Sets a new value for the attribute tz. |
void |
setUsage(short... usage)
Clears usage and adds the given value(s). |
| Method Detail |
|---|
AbstractBuildingUnit getBuilding()
building.
null – value for this reference.void setBuilding(AbstractBuildingUnit building)
building.
building - The new – possibly null – value for this reference.boolean isMain()
isMain.
isMain.void setMain(boolean isMain)
isMain.
isMain - The non-null new value for attribute isMain.String getTz()
tz.
tz.void setTz(String tz)
tz.
tz - The possibly null new value for attribute tz.List<Short> getUsage()
usage.
void setUsage(short... usage)
usage and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
usage - value(s) to be added to usage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||