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