text
com.jxml.quick.model.qjml.QMText
Defines a list of alternative elements.
Attributes:
ID optional Identifies the element.
generate default :true The Java class is to be generated. boolean generate
inline default: false When false, force the display to a new line. Defaults to true for attributes and false for elements. boolean inline
label optional Specifies a unique identifier. String label
tag optional An XML attribute or element tag name. String tag
trim default :true Remove leading/trailing whitespace. boolean trim
type ( idref | CDATA | PCDATA | int | short | long | byte | boolean | float | double | base64 | url | char | BigDecimal) "PCDATA" optional Specifies the pre-defined data types for text elements. String type
validInherited default :true Indicates that enums and ranges are inherited. boolean validInherited
wild default :false Defines a "wild card" Coin which can be used with any XML attribute or element. When true, label must be set, but not tag. boolean wild
Content:
rem 0 or more A comment. ArrayList remList
extends optional Identifies the coin being extended. QMExtends extendor
implements 0 or more Identifies the interface coin being implemented ArrayList implementsList
(targetClass | targetEditor | targetFactory) optional Identifies the Java class, property editor, or object factory associated with the Coin. QMTarget target
field 0 or more The data item is a Java variable. ArrayList fieldList
property 0 or more The data item is a Java variable. ArrayList propertyList
(enum|range) 0 or more Specifies the legal values of an attribute or text coin. ArrayList validList