Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId. More...
Inheritance diagram for com.navigine.idl.java.Building:Public Member Functions | |
| abstract ArrayList< Sublocation > | getSublocations () |
| abstract int | getActiveSublocationId () |
| abstract void | setActiveSublocationId (int activeSublocationId) |
| abstract boolean | isValid () |
Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId.
Definition at line 17 of file Building.java.
|
abstract |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.BuildingBinding.
|
abstract |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.BuildingBinding.
|
abstract |
Tells if this Building is valid or not. Any other method (except for this one) called on an invalid Building will throw java.lang.RuntimeException.
Reimplemented in com.navigine.idl.java.internal.BuildingBinding.
|
abstract |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.BuildingBinding.