Annotation Interface IntPropertyList
Integer property configurable in Appfigurate from a list of valid choices.
 See 
 Java int list implementation
- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionString that describes the purpose of the property, to appear in Appfigurate's Configure app screen.String[]List of keys.int[]List of int values.
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanIf the property value changes, the app can be optionally restarted.
- 
Element Details- 
descriptionString descriptionString that describes the purpose of the property, to appear in Appfigurate's Configure app screen.- Returns:
- string describing purpose of the property.
 
- 
keysString[] keysList of keys. Each key must have a value entry.- Returns:
- keys.
 
- 
valuesint[] valuesList of int values. Each value must have a key entry.- Returns:
- values.
 
- 
restartboolean restartIf the property value changes, the app can be optionally restarted.- Returns:
- true if the app should be restarted.
 - Default:
- false
 
 
-