name property

  1. @ImcField('Maneuver Name', 'name', ImcType.typePlaintext)
String name

The maneuver name, used as key by an implementation to bind the maneuver to the corresponding controller.

Implementation

@ImcField('Maneuver Name', 'name', ImcType.typePlaintext)
String get name;