public class OrderByRestriction extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
OPERATOR_ASCENDING |
static int |
OPERATOR_DESCENDING |
Constructor and Description |
---|
OrderByRestriction(String key,
int operator_)
Constructor.
|
public static final int OPERATOR_ASCENDING
public static final int OPERATOR_DESCENDING
public OrderByRestriction(String key, int operator_)
key
- string value of feature keyoperator_
- type of operator for ordering: ascending or descendingpublic String getKey()
public int getOperator()
Copyright © 2024 GATE. All rights reserved.