public class SortOrderTerm extends Object implements ISortOrderTerm
| Constructor and Description |
|---|
SortOrderTerm(Order order,
String aspect) |
| Modifier and Type | Method and Description |
|---|---|
<O,E extends Exception> |
accept(ISortOrderVisitor<O,E> visitor) |
String |
getAspect() |
Order |
getOrder() |
public <O,E extends Exception> O accept(ISortOrderVisitor<O,E> visitor) throws E extends Exception
accept in interface ISortOrderE extends Exceptionpublic Order getOrder()
getOrder in interface ISortOrderTermpublic String getAspect()
getAspect in interface ISortOrderTermCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.