|
com.jxml.quick.model.qjml.QMInterface
|
|
Interface elements are used to represent more than one type of coin. An interface coin can extend any number of other interfaces.
|
Attributes:
| ID |
optional |
Identifies the element. |
| generate |
default: true |
The Java class is to be generated. |
boolean generate |
| label |
Required |
Specifies a unique identifier. |
String label |
|
Content:
| rem |
0 or more |
Comments |
ArrayList remList |
| extends |
0 or more |
Parent Coin |
QMExtends extendor |
| targetClass |
optional |
Java class |
QMTargetClass targetClass |
| property |
0 or more |
Bean Properties |
ArrayList propertyList |
|