public class DefaultNElementNewLine extends Object implements net.thevpc.nuts.elem.NElementNewLine
| Modifier and Type | Field and Description |
|---|---|
static DefaultNElementNewLine |
CR |
static DefaultNElementNewLine |
CRLF |
static DefaultNElementNewLine |
LF |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBlank() |
static DefaultNElementNewLine |
of(net.thevpc.nuts.text.NNewLineMode newlineToken) |
static DefaultNElementNewLine |
of(String newlineToken) |
String |
toString() |
net.thevpc.nuts.elem.NAffixType |
type() |
net.thevpc.nuts.text.NNewLineMode |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static DefaultNElementNewLine LF
public static DefaultNElementNewLine CR
public static DefaultNElementNewLine CRLF
public static DefaultNElementNewLine of(net.thevpc.nuts.text.NNewLineMode newlineToken)
public static DefaultNElementNewLine of(String newlineToken)
of in interface net.thevpc.nuts.elem.NElementNewLinepublic net.thevpc.nuts.text.NNewLineMode value()
value in interface net.thevpc.nuts.elem.NElementNewLinepublic net.thevpc.nuts.elem.NAffixType type()
type in interface net.thevpc.nuts.elem.NAffixpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankableCopyright © 2026 vpc open source initiative. All rights reserved.