field
com.jxml.quick.model.qjml.QMField
The data item is a Java variable.
Attributes:
ID optional Identifies the element.
coin optional A reference to the Coin which defines the data item held by this Coin. String coin
inherited optional The attributes inherited from the Coin(s) that this Coin extends or implements
initializer optional Used to generate the code to initialize a field or property. E.G. new ArrayList() String initializer
key optional References an accessor of the content held by this piece. Required for maps. Optional for arrays, indexed properties, and lists String key
kind optional ( array | list | map | indexed ) Identifies the kind of container being used, if other than a scalar. String kind
name optional The name of a public variable or bean property. Also serves as a default label for the field or property. String name
size default: -1 The size of an array or indexed property. int size