Verwendungen von Schnittstelle
ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalHeaderHolder
Package
Beschreibung
The
ch.nolix.core.document.chainednode
package defines a chained
node.The
ch.nolix.core.document.node
package defines a document node.The
ch.nolix.coreapi.attributeapi.fluentmutableoptionalattributeapi
package declares fluent types with a certain mutable and optional attribute.The
ch.nolix.coreapi.attributeapi.mutableoptionalattributeapi
package
declares types with a certain mutable and optional attribute.The
ch.nolix.coreapi.documentapi.chainednodeapi
package declares a
document chained node.The
ch.nolix.coreapi.documentapi.nodeapi
package declares a document
node.-
Verwendungen von IOptionalHeaderHolder in ch.nolix.core.document.chainednode
Modifizierer und TypKlasseBeschreibungfinal class
AChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childChainedNode
s -0 or 1 nextChainedNode
AChainedNode
is not mutable. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.core.document.node
Modifizierer und TypKlasseBeschreibungclass
BaseMutableNode<MN extends BaseMutableNode<MN>>
class
final class
AFileNode
is a specification that is stored in a file.final class
final class
ANode
is not mutable. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.coreapi.attributeapi.fluentmutableoptionalattributeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
IFluentMutableOptionalHeaderHolder<FMOHH extends IFluentMutableOptionalHeaderHolder<FMOHH>>
AIFluentMutableOptionalHeaderHolder
is aIOptionalHeaderHolder
whose header can be set and removed programmatically and fluently. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.coreapi.attributeapi.mutableoptionalattributeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AIMutableOptionalHeaderHolder
is aIOptionalHeaderHolder
whose header can be set and removed programmatically. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.coreapi.documentapi.chainednodeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AIChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childIChainedNode
s -0 or 1 nextIChainedNode
AIChainedNode
that does not have a header, does not contain attributes and does not have a nextIChainedNode
is blank. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.coreapi.documentapi.nodeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
IMutableNode<MN extends IMutableNode<MN>>
AIMutableNode
is aINode
that is mutable.interface