| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| Modifier and Type | Field and Description |
|---|---|
static TargetState |
Segment.STATE_DEFAULT
Default value for the target state of a segment.
|
| Modifier and Type | Method and Description |
|---|---|
static TargetState |
TargetState.fromString(String name)
Converts a given string representing the name of a target state into a
TargetState object. |
TargetState |
Segment.getState()
Gets the state for this segment.
|
static TargetState |
TargetState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetState[] |
TargetState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Segment.setState(TargetState state)
Sets the state for this segment.
|
Copyright © 2020. All rights reserved.