public class Direction extends Object
Modifier and Type | Field and Description |
---|---|
static Direction |
ASCENDING |
static Direction |
DESCENDING |
Modifier and Type | Method and Description |
---|---|
static Direction |
findByName(String directionName) |
String |
getName() |
String |
toString() |
Copyright © 2020. All rights reserved.