Interface QOM.UnmodifiableList<Q extends QueryPart>

All Superinterfaces:
Collection<Q>, Iterable<Q>, List<Q>, QOM.UnmodifiableCollection<Q>, QueryPart, SequencedCollection<Q>, Serializable
Enclosing class:
QOM

public static interface QOM.UnmodifiableList<Q extends QueryPart> extends QOM.UnmodifiableCollection<Q>, List<Q>
An unmodifiable List of QueryPart elements.
Author:
Lukas Eder