Verwendungen von Klasse
ch.nolix.core.document.node.Node
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.system.element.property
package defines properties.The
ch.nolix.system.noderawdata.datawriter
package defines a
IDataWriter
for
databases that base on BaseNode
s.The
ch.nolix.system.noderawschema.schemawriter
package defines a
ISchemaWriter
.-
Verwendungen von Node in ch.nolix.core.document.chainednode
Modifizierer und TypMethodeBeschreibungChainedNode.getSingleChildNodeAsNode()
ChainedNode.toNode()
-
Verwendungen von Node in ch.nolix.core.document.node
Modifizierer und TypMethodeBeschreibungstatic Node
static Node
static Node
static Node
Node.fromString
(String string) static Node
Node.withChildNode
(boolean childNode) static Node
Node.withChildNode
(double childNode) static Node
Node.withChildNode
(long childNode) static Node
Node.withChildNode
(INode<?> childNode, INode<?>... childNodes) static Node
Node.withChildNode
(String childNode, String... childNodes) static Node
Node.withChildNodes
(Iterable<? extends INode<?>> childNodes) static Node
Node.withHeader
(boolean header) static Node
Node.withHeader
(double header) static Node
Node.withHeader
(long header) static Node
Node.withHeader
(String header) static Node
Node.withHeaderAndChildNode
(String header, boolean childNode) static Node
Node.withHeaderAndChildNode
(String header, double childNode) static Node
Node.withHeaderAndChildNode
(String header, long childNode) static Node
Node.withHeaderAndChildNode
(String header, INode<?> childNode, INode<?>... childNodes) static Node
Node.withHeaderAndChildNode
(String header, String childNode, String... childNodes) static Node
Node.withHeaderAndChildNodes
(String header, Iterable<? extends INode<?>> childNodes) -
Verwendungen von Node in ch.nolix.system.element.property
ModifiziererKonstruktorBeschreibungMutableOptionalSpecificationValueExtractor
(String name, Consumer<INode<?>> setter, BooleanSupplier valuePresenceChecker, Supplier<Node> getter) -
Verwendungen von Node in ch.nolix.system.noderawdata.datawriter
Modifizierer und TypMethodeBeschreibungEntityHeadNodeMapper.createEntityHeadNode
(ITableInfo tableInfo, INewEntityDto newEntity) -
Verwendungen von Node in ch.nolix.system.noderawschema.schemawriter
Modifizierer und TypMethodeBeschreibungColumnNodeMapper.createColumnNodeFrom
(IColumnDto column) ParameterizedFieldTypeNodeMapper.createParameterizedFieldTypeNodeFrom
(IParameterizedFieldTypeDto parameterizedFieldType) TableNodeMapper.createTableNodeFrom
(ITableDto table)