|
||||||||||
| 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. |
List<Short> |
getUsage()
|
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 |
setUsage(short... usage)
This method is equivalent to |
| Method Detail |
|---|
AbstractBuildingUnit getBuilding()
building.
null – value for this reference.void setBuilding(AbstractBuildingUnit building)
building.
building - The non-null new value for this reference.boolean isMain()
isMain.
isMain.void setMain(boolean isMain)
isMain.
isMain - The non-null new value for attribute isMain.List<Short> getUsage()
void setUsage(short... usage)
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 | |||||||||