public static class DTD.EntityValue extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected String |
definition
Generated by umod; model author's documentation MISSING.
|
protected XMLDocumentIdentifier |
id
Generated by umod; model author's documentation MISSING.
|
protected String |
replacement
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
EntityValue(String definition)
Constructor generated according to specification #2
Constructor defined according to directive "C 2/..". |
EntityValue(String definition,
String replacement)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
EntityValue(XMLDocumentIdentifier id,
String definition,
String replacement)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
DTD.EntityValue |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_definition()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.EntityValue> |
get_definition(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
XMLDocumentIdentifier |
get_id()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.EntityValue> |
get_id(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
String |
get_replacement()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.EntityValue> |
get_replacement(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.
|
DTD.EntityValue |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_definition(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_id(XMLDocumentIdentifier val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_replacement(String val)
Generated by umod; model author's documentation MISSING.
|
protected XMLDocumentIdentifier id
XMLDocumentIdentifier
(maybe null)protected String definition
get_definition()
,
set_definition(java.lang.String)
protected String replacement
public EntityValue(XMLDocumentIdentifier id, String definition, String replacement)
id
- is copied to field id
definition
- is copied to field definition
replacement
- is copied to field replacement
public EntityValue(String definition, String replacement)
definition
- is copied to field definition
replacement
- is copied to field replacement
public EntityValue(String definition)
definition
- is copied to field definition
public DTD.EntityValue doclone()
Cloneable
is known
to be implemented.public static String getFormatHint()
id?$java
'eu.bandm.tools.format.Format.quoteDTDstyle'($text definition)
public Format format()
format
in interface Formattable
public DTD.EntityValue initFrom(Object o0)
public XMLDocumentIdentifier get_id()
XMLDocumentIdentifier
(maybe null)public boolean set_id(XMLDocumentIdentifier val)
val
- the new value of type XMLDocumentIdentifier
(maybe null)id
public String get_definition()
public boolean set_definition(String val)
val
- the new value of type java.lang.String(never null)definition
public String get_replacement()
public boolean set_replacement(String val)
val
- the new value of type java.lang.String(maybe null)replacement
public static Pattern<DTD.EntityValue> get_id(Pattern<? super XMLDocumentIdentifier> p)
DTD.__Patterns
.public static Pattern<DTD.EntityValue> get_definition(Pattern<? super String> p)
DTD.__Patterns
.public static Pattern<DTD.EntityValue> get_replacement(Pattern<? super String> p)
DTD.__Patterns
.see also the complete user documentation .