X - the type of the selection itempublic interface Selection<X> extends TupleElement<X>
| Modifier and Type | Method and Description |
|---|---|
Selection<X> |
alias(String name)
Assigns an alias to the selection item.
|
List<Selection<?>> |
getCompoundSelectionItems()
Return the selection items composing a compound selection.
|
boolean |
isCompoundSelection()
Whether the selection item is a compound selection.
|
getAlias, getJavaTypeSelection<X> alias(String name)
name - aliasList<Selection<?>> getCompoundSelectionItems()
IllegalStateException - if selection is not a compound selectionboolean isCompoundSelection()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.