Verwendungen von Schnittstelle
ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalHeaderHolder
Packages, die IOptionalHeaderHolder verwenden
Package
Beschreibung
-
Verwendungen von IOptionalHeaderHolder in ch.nolix.core.document.chainednode
Klassen in ch.nolix.core.document.chainednode, die IOptionalHeaderHolder implementierenModifizierer 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
Klassen in ch.nolix.core.document.node, die IOptionalHeaderHolder implementierenModifizierer und TypKlasseBeschreibungclass
AbstractMutableNode<N extends AbstractMutableNode<N>>
class
AbstractNode<N extends AbstractNode<N>>
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
Unterschnittstellen von IOptionalHeaderHolder in ch.nolix.coreapi.attributeapi.fluentmutableoptionalattributeapiModifizierer und TypSchnittstelleBeschreibunginterface
AIFluentMutableOptionalHeaderHolder
is aIOptionalHeaderHolder
whose header can be set and removed programmatically and fluently. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.coreapi.attributeapi.mutableoptionalattributeapi
Unterschnittstellen von IOptionalHeaderHolder in ch.nolix.coreapi.attributeapi.mutableoptionalattributeapiModifizierer und TypSchnittstelleBeschreibunginterface
AIMutableOptionalHeaderHolder
is aIOptionalHeaderHolder
whose header can be set and removed programmatically. -
Verwendungen von IOptionalHeaderHolder in ch.nolix.coreapi.documentapi.chainednodeapi
Unterschnittstellen von IOptionalHeaderHolder in ch.nolix.coreapi.documentapi.chainednodeapiModifizierer 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
Unterschnittstellen von IOptionalHeaderHolder in ch.nolix.coreapi.documentapi.nodeapiModifizierer und TypSchnittstelleBeschreibunginterface
IMutableNode<N extends IMutableNode<N>>
AIMutableNode
is aINode
that is mutable.interface