public final class OrderItem extends Object
| 构造器和说明 |
|---|
OrderItem(int index,
OrderType type,
OrderType nullOrderType) |
OrderItem(String name,
OrderType type,
OrderType nullOrderType,
com.google.common.base.Optional<String> alias) |
OrderItem(String owner,
String name,
OrderType type,
OrderType nullOrderType,
com.google.common.base.Optional<String> alias) |
Copyright © 2017. All rights reserved.