11public final class ZoneBinding
extends Zone
13 private final NativeObject nativeObject;
15 ZoneBinding(NativeObject nativeObject)
17 this.nativeObject = nativeObject;
28 return native_getPolygon();
30 private native
Polygon native_getPolygon();
35 return native_getLocationId();
37 private native
int native_getLocationId();
42 return native_getSublocationId();
44 private native
int native_getSublocationId();
49 return native_getId();
51 private native
int native_getId();
56 return native_getName();
58 private native String native_getName();
63 return native_getColor();
65 private native String native_getColor();
70 return native_getAlias();
72 private native String native_getAlias();