public final class OrderItem extends Object
OrderItem(int index, OrderType type)
OrderItem(String name, OrderType type, com.google.common.base.Optional<String> alias)
OrderItem(String owner, String name, OrderType type, com.google.common.base.Optional<String> alias)
String
getColumnLabel()
com.google.common.base.Optional<String>
getQualifiedName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OrderItem(String name, OrderType type, com.google.common.base.Optional<String> alias)
public OrderItem(String owner, String name, OrderType type, com.google.common.base.Optional<String> alias)
public OrderItem(int index, OrderType type)
public String getColumnLabel()
public com.google.common.base.Optional<String> getQualifiedName()
Copyright © 2017. All rights reserved.