com.jxml.quick.model.qjml
Class QMARef
java.lang.Object
|
+--com.jxml.quick.model.qjml.QMCloneable
|
+--com.jxml.quick.model.qjml.QMARef
- All Implemented Interfaces:
- Cloneable, QBiModal
- public class QMARef
- extends QMCloneable
- implements QBiModal
Models an aref element in QJML.
An aref element names a field or property element in a coin which this coin extends.
DTD:
<!ELEMENT aref (#PCDATA)>
<!ATTLIST aref
ID id #IMPLIED
>
Field Summary |
String |
text
Represents the text content of the element. |
text
public String text
- Represents the text content of the element.
QMARef
public QMARef()
getQText
public String getQText()
- Returns the text content of the element.
- Specified by:
getQText
in interface QBiModal
setQText
public void setQText(String text)
- Sets the text content of the element.
- Specified by:
setQText
in interface QBiModal