public class DefaultNPrimitiveElementBuilder extends AbstractNElementBuilder implements net.thevpc.nuts.elem.NPrimitiveElementBuilder
| Constructor and Description |
|---|
DefaultNPrimitiveElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addComments(net.thevpc.nuts.elem.NElementComments comments) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NPrimitiveElement |
build() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
clearAnnotations() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
clearComments() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NPrimitiveElement element) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NPrimitiveElementBuilder> con) |
net.thevpc.nuts.elem.NNumberLayout |
numberLayout() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
numberLayout(net.thevpc.nuts.elem.NNumberLayout numberLayout) |
String |
numberSuffix() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
numberSuffix(String numberSuffix) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeAnnotationAt(int index) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeLeadingCommentAt(int index) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeTrailingCommentAt(int index) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setAntiQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBigComplex(net.thevpc.nuts.math.NBigComplex value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBigDecimal(BigDecimal value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBigInt(BigInteger value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBoolean(boolean value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBoolean(Boolean value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setByte(byte value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setByte(Byte value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setChar(char value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setChar(Character value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDouble(double value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDouble(Double value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDoubleComplex(net.thevpc.nuts.math.NDoubleComplex value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDoubleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setFloat(Float value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setFloatComplex(net.thevpc.nuts.math.NFloatComplex value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setInstant(Instant value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setInt(int value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setInt(Integer value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLineString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLocalDate(LocalDate value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLocalDateTime(LocalDateTime value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLocalTime(LocalTime value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLong(Long value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setNull() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setShort(short value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setShort(Short value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setSingleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setString(String value,
net.thevpc.nuts.elem.NElementType stringLayout) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setTripleAntiQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setTripleDoubleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setTripleSingleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setValue(Object value) |
net.thevpc.nuts.elem.NElementType |
type() |
Object |
value() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
value(Object value) |
annotations, comments, isCustomTree, leadingComments, trailingCommentspublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
removeAnnotation in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotation in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NNumberLayout numberLayout()
numberLayout in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder numberLayout(net.thevpc.nuts.elem.NNumberLayout numberLayout)
numberLayout in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic String numberSuffix()
numberSuffix in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder numberSuffix(String numberSuffix)
numberSuffix in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setValue(Object value)
setValue in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder value(Object value)
value in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setInstant(Instant value)
setInstant in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLocalDate(LocalDate value)
setLocalDate in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLocalDateTime(LocalDateTime value)
setLocalDateTime in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLocalTime(LocalTime value)
setLocalTime in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setString(String value)
setString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setString(String value, net.thevpc.nuts.elem.NElementType stringLayout)
setString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBoolean(Boolean value)
setBoolean in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBoolean(boolean value)
setBoolean in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setSingleQuotedString(String value)
setSingleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDoubleQuotedString(String value)
setDoubleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setAntiQuotedString(String value)
setAntiQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setTripleSingleQuotedString(String value)
setTripleSingleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setTripleDoubleQuotedString(String value)
setTripleDoubleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setTripleAntiQuotedString(String value)
setTripleAntiQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLineString(String value)
setLineString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setInt(Integer value)
setInt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLong(Long value)
setLong in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setNull()
setNull in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setByte(Byte value)
setByte in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setShort(Short value)
setShort in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setChar(char value)
setChar in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setChar(Character value)
setChar in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setShort(short value)
setShort in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDouble(double value)
setDouble in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setFloat(Float value)
setFloat in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDouble(Double value)
setDouble in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBigInt(BigInteger value)
setBigInt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBigDecimal(BigDecimal value)
setBigDecimal in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setInt(int value)
setInt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setByte(byte value)
setByte in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDoubleComplex(net.thevpc.nuts.math.NDoubleComplex value)
setDoubleComplex in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setFloatComplex(net.thevpc.nuts.math.NFloatComplex value)
setFloatComplex in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBigComplex(net.thevpc.nuts.math.NBigComplex value)
setBigComplex in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElement build()
build in interface net.thevpc.nuts.elem.NElementBuilderbuild in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NElementType type()
type in interface net.thevpc.nuts.elem.NElementBuilderpublic Object value()
value in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
addLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
addLeadingComments in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddLeadingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
addTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
addTrailingComments in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddTrailingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeTrailingCommentAt(int index)
removeTrailingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingCommentAt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveTrailingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeLeadingCommentAt(int index)
removeLeadingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingCommentAt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveLeadingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
removeTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
removeLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addComments(net.thevpc.nuts.elem.NElementComments comments)
addComments in interface net.thevpc.nuts.elem.NElementBuilderaddComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
addAnnotations in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotations in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
addAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotationAt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotationAt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder clearAnnotations()
clearAnnotations in interface net.thevpc.nuts.elem.NElementBuilderclearAnnotations in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderclearAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder clearComments()
clearComments in interface net.thevpc.nuts.elem.NElementBuilderclearComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderclearComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NPrimitiveElement element)
copyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NPrimitiveElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.