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.DebugDumpableINDENT_STRING
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends XNode>asList()ListXNodecopy()XNodeget(int i)booleanisEmpty()intsize()- 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazily
 - 
Methods inherited from interface com.evolveum.midpoint.prism.FreezablecheckImmutable, checkMutable, freeze, isImmutable
 - 
Methods inherited from interface com.evolveum.midpoint.prism.xnode.XNodeclone, frozen, getMaxOccurs, getTypeQName, hasMetadata, isExplicitTypeDeclaration, namespaceContext, toRootXNode
 
- 
 
-