Interface ListXNode
-
- All Superinterfaces:
Cloneable
,Copyable<XNode>
,DebugDumpable
,Freezable
,Serializable
,Visitable<XNode>
,XNode
public interface ListXNode extends XNode
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends XNode>
asList()
ListXNode
copy()
XNode
get(int i)
boolean
isEmpty()
int
size()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.xnode.XNode
clone, frozen, getMaxOccurs, getTypeQName, hasMetadata, isExplicitTypeDeclaration, namespaceContext, toRootXNode
-
-