Package eu.bandm.tools.d2d2.model
Class CharsRegExp
java.lang.Object
eu.bandm.tools.d2d2.model.SourceItem
eu.bandm.tools.d2d2.model.Definition
eu.bandm.tools.d2d2.model.XRegExp
eu.bandm.tools.d2d2.model.CharsRegExp
- All Implemented Interfaces:
Formattable
,Serializable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":248.3-253.37, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":248.3-253.37, see this pretty print.)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Expression
Generated by umod; model author's documentation MISSING.static final Function<CharsRegExp,
Expression> Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Boolean> Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Expression> Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Boolean> Deprecated.Use new '::' method reference instead.protected boolean
Generated by umod; model author's documentation MISSING.protected Expression
Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.d2d2.model.XRegExp
get_value, get_xattributes, value, xattributes
Fields inherited from class eu.bandm.tools.d2d2.model.Definition
definedAsLocal, editpragmas, get_definedAsLocal, get_editpragmas, get_isgeneric, get_ispublic, get_postproc, get_xml_kind, get_xml_src_tag, get_xml_tag, get_xml_trimmed, get_xml_value, isgeneric, ispublic, postproc, xml_kind, xml_src_tag, xml_tag, xml_trimmed, xml_value
Fields inherited from class eu.bandm.tools.d2d2.model.SourceItem
context, docu, get_context, get_docu, get_location, get_name, location, name
-
Constructor Summary
ConstructorDescriptionCharsRegExp
(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharsRegExp
(String name, Location<XMLDocumentIdentifier> location, Expression value) Synthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.static Pattern<CharsRegExp>
get_dataContentModel
(Pattern<? super Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
Generated by umod; model author's documentation MISSING.static Pattern<CharsRegExp>
get_isDistributed
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<CharsRegExp>
get_linearContentModel
(Pattern<? super Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
Generated by umod; model author's documentation MISSING.static Pattern<CharsRegExp>
get_storeAsData
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.Copies values of all common fields from the argument.boolean
Generated by umod; model author's documentation MISSING.boolean
set_isDistributed
(boolean val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_storeAsData
(boolean val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.model.XRegExp
descend_xattributes, get_value, get_value, get_xattributes, get_xattributes, getFormatHint, set_value, set_xattributes
Methods inherited from class eu.bandm.tools.d2d2.model.Definition
get_definedAsLocal, get_definedAsLocal, get_editpragmas, get_editpragmas, get_isgeneric, get_isgeneric, get_ispublic, get_ispublic, get_postproc, get_postproc, get_xml_kind, get_xml_kind, get_xml_src_tag, get_xml_src_tag, get_xml_tag, get_xml_tag, get_xml_trimmed, get_xml_trimmed, get_xml_value, get_xml_value, set_definedAsLocal, set_editpragmas, set_isgeneric, set_ispublic, set_postproc, set_xml_kind, set_xml_src_tag, set_xml_tag, set_xml_trimmed, set_xml_value
Methods inherited from class eu.bandm.tools.d2d2.model.SourceItem
add_docu, containsKey_docu, descend_docu, fullPath, get_context, get_context, get_docu, get_docu, get_location, get_location, get_name, get_name, put_docu, set_context, set_docu, set_location, set_name
-
Field Details
-
isDistributed
protected boolean isDistributedGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":250.9-40, see this pretty print.)
The type of this field is boolean(never null)
Its value defaults tofalse
. -
get_isDistributed
Deprecated.Use new '::' method reference instead. -
storeAsData
protected boolean storeAsDataGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":251.9-40, see this pretty print.)
The type of this field is boolean(never null)
Its value defaults tofalse
.- See Also:
-
get_storeAsData
Deprecated.Use new '::' method reference instead. -
linearContentModel
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":252.9-37, see this pretty print.)
The type of this field isExpression
(maybe null)
Its value defaults to null. -
get_linearContentModel
Deprecated.Use new '::' method reference instead. -
dataContentModel
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":253.9-37, see this pretty print.)
The type of this field isExpression
(maybe null)
Its value defaults to null. -
get_dataContentModel
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
CharsRegExp
public CharsRegExp(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
context
- is copied to fieldSourceItem.context
name
- is copied to fieldSourceItem.name
location
- is copied to fieldSourceItem.location
value
- is copied to fieldXRegExp.value
-
CharsRegExp
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
name
- is copied to fieldSourceItem.name
location
- is copied to fieldSourceItem.location
value
- is copied to fieldXRegExp.value
-
CharsRegExp
CharsRegExp()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented. -
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classXRegExp
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_isDistributed
public boolean get_isDistributed()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":250.9-40, see this pretty print.)
Generated getter method. @see #isDistributed- Returns:
- The current field value of type boolean(never null)
-
set_isDistributed
public boolean set_isDistributed(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":250.9-40, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_storeAsData
public boolean get_storeAsData()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":251.9-40, see this pretty print.)
Generated getter method. @see #storeAsData- Returns:
- The current field value of type boolean(never null)
-
set_storeAsData
public boolean set_storeAsData(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":251.9-40, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_linearContentModel
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":252.9-37, see this pretty print.)
Generated getter method. @see #linearContentModel- Returns:
- The current field value of type
Expression
(maybe null)
-
set_linearContentModel
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":252.9-37, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeExpression
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_dataContentModel
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":253.9-37, see this pretty print.)
Generated getter method. @see #dataContentModel- Returns:
- The current field value of type
Expression
(maybe null)
-
set_dataContentModel
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":253.9-37, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeExpression
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_isDistributed
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
. -
get_storeAsData
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
. -
get_linearContentModel
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
. -
get_dataContentModel
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
.
-