Пример #1
0
 public int getLength() {
   return length.getValue();
 }
Пример #2
0
 public int getHead() {
   return head.getValue();
 }
Пример #3
0
 public int getTail() {
   return tail.getValue();
 }
Пример #4
0
 public int getLongitude() {
   return longitude.getValue();
 }
Пример #5
0
 public int getStartTime() {
   return startTime.getValue();
 }
Пример #6
0
 public int getWindDirection() {
   return windDirection.getValue();
 }
Пример #7
0
 public int getWindForce() {
   return windForce.getValue();
 }
Пример #8
0
 public int getLatitude() {
   return latitude.getValue();
 }