public static class DTD.AttTypeConstant extends DTD.AttType
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
protected String |
label
Generated by umod; model author's documentation MISSING.
|
CDATA, ENTITIES, ENTITY, ID, IDREF, IDREFS, NMTOKEN, NMTOKENSformat| Constructor and Description |
|---|
AttTypeConstant(String label)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
DTD.AttTypeConstant |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC. |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_label()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.AttTypeConstant> |
get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC. |
DTD.AttTypeConstant |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.AttTypeConstant |
with_label(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(DTD.AttTypeConstant e0) |
protected static final int BASE_HASH
protected String label
get_label(),
with_label(java.lang.String)public DTD.AttTypeConstant doclone()
Cloneable is known
to be implemented.doclone in class DTD.AttTypepublic static String getFormatHint()
label public Format format()
format in interface Formattableformat in class DTD.AttTypepublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(DTD.AttTypeConstant e0)
public int hashCode()
ALGEBRAIC.public DTD.AttTypeConstant initFrom(Object o0)
initFrom in class DTD.AttTypepublic String get_label()
public DTD.AttTypeConstant with_label(String val)
val - the new value of type java.lang.String(never null)labelpublic static Pattern<DTD.AttTypeConstant> get_label(Pattern<? super String> p)
DTD.__Patterns.see also the complete user documentation .