Interface ListXNode
- 
- All Superinterfaces:
- Cloneable,- DebugDumpable,- Freezable,- Serializable,- Visitable<XNode>,- XNode
 - All Known Implementing Classes:
- ListXNodeImpl
 
 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()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, getMaxOccurs, getTypeQName, isExplicitTypeDeclaration, toRootXNode
 
- 
 
-