| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Direction |
List.getDirection()
Gets the direction.
|
Direction |
FieldSchemaXml.getDirection()
Gets the direction.
|
Direction |
Field.getDirection()
Gets the direction.
|
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
List.setDirection(Direction direction)
Sets the direction.
|
void |
FieldSchemaXml.setDirection(Direction direction)
Sets the direction.
|
void |
Field.setDirection(Direction direction)
Sets the direction.
|