| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Field and Description |
|---|---|
protected SortDirection |
Property.direction |
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.fromValue(String v) |
SortDirection |
Property.getDirection() |
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setDirection(SortDirection value) |
| Constructor and Description |
|---|
Property(String name,
Path path,
SortDirection direction) |
Property(String name,
SortDirection direction) |
Copyright © 2021. All rights reserved.