public class DefaultNListItemElement extends Object implements NListItemElement
| Constructor and Description |
|---|
DefaultNListItemElement(NElementType listType,
String marker,
String markerVariant,
int depth,
NElement value,
NListElement subList,
List<NBoundAffix> affixes) |
| Modifier and Type | Method and Description |
|---|---|
List<NBoundAffix> |
affixes() |
NListItemElementBuilder |
builder() |
int |
depth() |
boolean |
equals(Object o) |
int |
hashCode() |
NElementType |
listType() |
String |
marker() |
String |
markerVariant() |
NOptional<NListElement> |
subList() |
String |
toString() |
NOptional<NElement> |
value() |
public DefaultNListItemElement(NElementType listType, String marker, String markerVariant, int depth, NElement value, NListElement subList, List<NBoundAffix> affixes)
public int depth()
depth in interface NListItemElementpublic List<NBoundAffix> affixes()
affixes in interface NListItemElementpublic NElementType listType()
listType in interface NListItemElementpublic String marker()
marker in interface NListItemElementpublic String markerVariant()
markerVariant in interface NListItemElementpublic NOptional<NElement> value()
value in interface NListItemElementpublic NOptional<NListElement> subList()
subList in interface NListItemElementpublic NListItemElementBuilder builder()
builder in interface NListItemElementCopyright © 2026 vpc open source initiative. All rights reserved.