AI2 Component  (Version nb184)
PropertyTypeConstants.java
Go to the documentation of this file.
1 // -*- mode: java; c-basic-offset: 2; -*-
2 // Copyright 2009-2011 Google, All Rights reserved
3 // Copyright 2011-2017 MIT, All rights reserved
4 // Released under the Apache License, Version 2.0
5 // http://www.apache.org/licenses/LICENSE-2.0
6 package com.google.appinventor.components.common;
7 
14 public class PropertyTypeConstants {
15  private PropertyTypeConstants() {}
16 
22  public static final String PROPERTY_TYPE_ASSET = "asset";
23 
28  public static final String PROPERTY_TYPE_BLUETOOTHCLIENT = "BluetoothClient";
29 
35  public static final String PROPERTY_TYPE_BOOLEAN = "boolean";
36 
42  public static final String PROPERTY_TYPE_HORIZONTAL_ALIGNMENT = "horizontal_alignment";
43  public static final String PROPERTY_TYPE_VERTICAL_ALIGNMENT = "vertical_alignment";
44 
50  public static final String PROPERTY_TYPE_ACCELEROMETER_SENSITIVITY = "accelerometer_sensitivity";
51 
57  public static final String PROPERTY_TYPE_BUTTON_SHAPE = "button_shape";
58 
63  public static final String PROPERTY_TYPE_COLOR = "color";
64 
70  public static final String PROPERTY_TYPE_COMPONENT = "component";
71 
76  public static final String PROPERTY_TYPE_FLOAT = "float";
77 
82  public static final String PROPERTY_TYPE_GEOGRAPHIC_POINT = "geographic_point";
83 
88  public static final String PROPERTY_TYPE_INTEGER = "integer";
89 
94  public static final String PROPERTY_TYPE_LATITUDE = "latitude";
95 
101  public static final String PROPERTY_TYPE_LEGO_NXT_SENSOR_PORT = "lego_nxt_sensor_port";
102 
108  public static final String PROPERTY_TYPE_LEGO_NXT_GENERATED_COLOR = "lego_nxt_generated_color";
109 
115  public static final String PROPERTY_TYPE_LEGO_EV3_SENSOR_PORT = "lego_ev3_sensor_port";
116 
122  public static final String PROPERTY_TYPE_LEGO_EV3_SOUND_SENSOR_MODE = "lego_ev3_sound_sensor_mode";
123 
129  public static final String PROPERTY_TYPE_LEGO_EV3_COLOR_SENSOR_MODE = "lego_ev3_color_sensor_mode";
130 
136  public static final String PROPERTY_TYPE_LEGO_EV3_ULTRASONIC_SENSOR_MODE = "lego_ev3_ultrasonic_sensor_mode";
137 
143  public static final String PROPERTY_TYPE_LEGO_EV3_GYRO_SENSOR_MODE = "lego_ev3_gyro_sensor_mode";
144 
150  public static final String PROPERTY_TYPE_LEGO_EV3_GENERATED_COLOR = "lego_ev3_generated_color";
151 
157  public static final String PROPERTY_TYPE_CHOICES = "choices";
158 
163  public static final String PROPERTY_TYPE_LENGTH = "length";
164 
169  public static final String PROPERTY_TYPE_LONGITUDE = "longitude";
170 
174  public static final String PROPERTY_TYPE_MAP_UNIT_SYSTEM = "map_unit_system";
175 
181  public static final String PROPERTY_TYPE_MAP_TYPE = "map_type";
182 
187  public static final String PROPERTY_TYPE_MAP_ZOOM = "map_zoom";
188 
194  public static final String PROPERTY_TYPE_GEOJSON_TYPE = "geojson_type";
195 
200  public static final String PROPERTY_TYPE_NON_NEGATIVE_FLOAT = "non_negative_float";
201 
206  public static final String PROPERTY_TYPE_NON_NEGATIVE_INTEGER = "non_negative_integer";
207 
212  public static final String PROPERTY_TYPE_SCREEN_ORIENTATION = "screen_orientation";
213 
218  public static final String PROPERTY_TYPE_SCREEN_ANIMATION = "screen_animation";
219 
224  public static final String PROPERTY_TYPE_SENSOR_DIST_INTERVAL = "sensor_dist_interval";
225 
230  public static final String PROPERTY_TYPE_SENSOR_TIME_INTERVAL = "sensor_time_interval";
231 
237  public static final String PROPERTY_TYPE_STRING = "string";
238 
246  public static final String PROPERTY_TYPE_TEXT = "text";
247 
248  public static final String PROPERTY_TYPE_TEXTAREA = "textArea";
249 
254  public static final String PROPERTY_TYPE_SUBSET_JSON = "subset_json";
255 
260  public static final String PROPERTY_TYPE_TEXTALIGNMENT = "textalignment";
261 
266  public static final String PROPERTY_TYPE_TOAST_LENGTH = "toast_length";
267 
272  public static final String PROPERTY_TYPE_TYPEFACE = "typeface";
273 
278  public static final String PROPERTY_TYPE_VISIBILITY = "visibility";
279 
284  public static final String PROPERTY_TYPE_TEXT_RECEIVING = "text_receiving";
285 
290  public static final String PROPERTY_TYPE_TEXT_TO_SPEECH_COUNTRIES = "countries";
291 
296  public static final String PROPERTY_TYPE_TEXT_TO_SPEECH_LANGUAGES = "languages";
297 
303  public static final String PROPERTY_TYPE_SIZING = "sizing";
304 
310  public static final String PROPERTY_TYPE_FIREBASE_URL = "FirbaseURL";
311 
317  public static final String PROPERTY_TYPE_SCALING = "scaling";
318 
323  public static final String PROPERTY_TYPE_THEME = "theme";
324 
329  public static final String PROPERTY_TYPE_NAVIGATION_METHOD = "navigation_method";
330 }
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_FLOAT
static final String PROPERTY_TYPE_FLOAT
Definition: PropertyTypeConstants.java:76
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TEXTALIGNMENT
static final String PROPERTY_TYPE_TEXTALIGNMENT
Definition: PropertyTypeConstants.java:260
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TYPEFACE
static final String PROPERTY_TYPE_TYPEFACE
Definition: PropertyTypeConstants.java:272
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_MAP_UNIT_SYSTEM
static final String PROPERTY_TYPE_MAP_UNIT_SYSTEM
Definition: PropertyTypeConstants.java:174
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_BUTTON_SHAPE
static final String PROPERTY_TYPE_BUTTON_SHAPE
Definition: PropertyTypeConstants.java:57
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_EV3_SENSOR_PORT
static final String PROPERTY_TYPE_LEGO_EV3_SENSOR_PORT
Definition: PropertyTypeConstants.java:115
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SENSOR_DIST_INTERVAL
static final String PROPERTY_TYPE_SENSOR_DIST_INTERVAL
Definition: PropertyTypeConstants.java:224
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_EV3_COLOR_SENSOR_MODE
static final String PROPERTY_TYPE_LEGO_EV3_COLOR_SENSOR_MODE
Definition: PropertyTypeConstants.java:129
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LENGTH
static final String PROPERTY_TYPE_LENGTH
Definition: PropertyTypeConstants.java:163
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_STRING
static final String PROPERTY_TYPE_STRING
Definition: PropertyTypeConstants.java:237
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_NON_NEGATIVE_INTEGER
static final String PROPERTY_TYPE_NON_NEGATIVE_INTEGER
Definition: PropertyTypeConstants.java:206
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_FIREBASE_URL
static final String PROPERTY_TYPE_FIREBASE_URL
Definition: PropertyTypeConstants.java:310
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_BOOLEAN
static final String PROPERTY_TYPE_BOOLEAN
Definition: PropertyTypeConstants.java:35
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SCREEN_ANIMATION
static final String PROPERTY_TYPE_SCREEN_ANIMATION
Definition: PropertyTypeConstants.java:218
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TEXT_TO_SPEECH_LANGUAGES
static final String PROPERTY_TYPE_TEXT_TO_SPEECH_LANGUAGES
Definition: PropertyTypeConstants.java:296
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_GEOJSON_TYPE
static final String PROPERTY_TYPE_GEOJSON_TYPE
Definition: PropertyTypeConstants.java:194
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SIZING
static final String PROPERTY_TYPE_SIZING
Definition: PropertyTypeConstants.java:303
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_INTEGER
static final String PROPERTY_TYPE_INTEGER
Definition: PropertyTypeConstants.java:88
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_GEOGRAPHIC_POINT
static final String PROPERTY_TYPE_GEOGRAPHIC_POINT
Definition: PropertyTypeConstants.java:82
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_MAP_ZOOM
static final String PROPERTY_TYPE_MAP_ZOOM
Definition: PropertyTypeConstants.java:187
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_BLUETOOTHCLIENT
static final String PROPERTY_TYPE_BLUETOOTHCLIENT
Definition: PropertyTypeConstants.java:28
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TEXTAREA
static final String PROPERTY_TYPE_TEXTAREA
Definition: PropertyTypeConstants.java:248
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_EV3_GENERATED_COLOR
static final String PROPERTY_TYPE_LEGO_EV3_GENERATED_COLOR
Definition: PropertyTypeConstants.java:150
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_THEME
static final String PROPERTY_TYPE_THEME
Definition: PropertyTypeConstants.java:323
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_HORIZONTAL_ALIGNMENT
static final String PROPERTY_TYPE_HORIZONTAL_ALIGNMENT
Definition: PropertyTypeConstants.java:42
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_ACCELEROMETER_SENSITIVITY
static final String PROPERTY_TYPE_ACCELEROMETER_SENSITIVITY
Definition: PropertyTypeConstants.java:50
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SUBSET_JSON
static final String PROPERTY_TYPE_SUBSET_JSON
Definition: PropertyTypeConstants.java:254
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TEXT_TO_SPEECH_COUNTRIES
static final String PROPERTY_TYPE_TEXT_TO_SPEECH_COUNTRIES
Definition: PropertyTypeConstants.java:290
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_CHOICES
static final String PROPERTY_TYPE_CHOICES
Definition: PropertyTypeConstants.java:157
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_EV3_GYRO_SENSOR_MODE
static final String PROPERTY_TYPE_LEGO_EV3_GYRO_SENSOR_MODE
Definition: PropertyTypeConstants.java:143
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SCALING
static final String PROPERTY_TYPE_SCALING
Definition: PropertyTypeConstants.java:317
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_VISIBILITY
static final String PROPERTY_TYPE_VISIBILITY
Definition: PropertyTypeConstants.java:278
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SENSOR_TIME_INTERVAL
static final String PROPERTY_TYPE_SENSOR_TIME_INTERVAL
Definition: PropertyTypeConstants.java:230
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_EV3_ULTRASONIC_SENSOR_MODE
static final String PROPERTY_TYPE_LEGO_EV3_ULTRASONIC_SENSOR_MODE
Definition: PropertyTypeConstants.java:136
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TEXT
static final String PROPERTY_TYPE_TEXT
Definition: PropertyTypeConstants.java:246
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_COMPONENT
static final String PROPERTY_TYPE_COMPONENT
Definition: PropertyTypeConstants.java:70
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TOAST_LENGTH
static final String PROPERTY_TYPE_TOAST_LENGTH
Definition: PropertyTypeConstants.java:266
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_SCREEN_ORIENTATION
static final String PROPERTY_TYPE_SCREEN_ORIENTATION
Definition: PropertyTypeConstants.java:212
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_COLOR
static final String PROPERTY_TYPE_COLOR
Definition: PropertyTypeConstants.java:63
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_NON_NEGATIVE_FLOAT
static final String PROPERTY_TYPE_NON_NEGATIVE_FLOAT
Definition: PropertyTypeConstants.java:200
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_NXT_SENSOR_PORT
static final String PROPERTY_TYPE_LEGO_NXT_SENSOR_PORT
Definition: PropertyTypeConstants.java:101
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_VERTICAL_ALIGNMENT
static final String PROPERTY_TYPE_VERTICAL_ALIGNMENT
Definition: PropertyTypeConstants.java:43
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LONGITUDE
static final String PROPERTY_TYPE_LONGITUDE
Definition: PropertyTypeConstants.java:169
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_NXT_GENERATED_COLOR
static final String PROPERTY_TYPE_LEGO_NXT_GENERATED_COLOR
Definition: PropertyTypeConstants.java:108
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_TEXT_RECEIVING
static final String PROPERTY_TYPE_TEXT_RECEIVING
Definition: PropertyTypeConstants.java:284
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_ASSET
static final String PROPERTY_TYPE_ASSET
Definition: PropertyTypeConstants.java:22
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_NAVIGATION_METHOD
static final String PROPERTY_TYPE_NAVIGATION_METHOD
Definition: PropertyTypeConstants.java:329
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LEGO_EV3_SOUND_SENSOR_MODE
static final String PROPERTY_TYPE_LEGO_EV3_SOUND_SENSOR_MODE
Definition: PropertyTypeConstants.java:122
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_LATITUDE
static final String PROPERTY_TYPE_LATITUDE
Definition: PropertyTypeConstants.java:94
com.google.appinventor.components.common.PropertyTypeConstants
Definition: PropertyTypeConstants.java:14
com.google.appinventor.components.common.PropertyTypeConstants.PROPERTY_TYPE_MAP_TYPE
static final String PROPERTY_TYPE_MAP_TYPE
Definition: PropertyTypeConstants.java:181