Uses of Class
net.sf.okapi.lib.xliff2.core.TargetState
-
Packages that use TargetState Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of TargetState in net.sf.okapi.lib.xliff2.core
Fields in net.sf.okapi.lib.xliff2.core declared as TargetState Modifier and Type Field Description static TargetStateSegment. STATE_DEFAULTDefault value for the target state of a segment.Methods in net.sf.okapi.lib.xliff2.core that return TargetState Modifier and Type Method Description static TargetStateTargetState. fromString(String name)Converts a given string representing the name of a target state into aTargetStateobject.TargetStateSegment. getState()Gets the state for this segment.static TargetStateTargetState. 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.Methods in net.sf.okapi.lib.xliff2.core with parameters of type TargetState Modifier and Type Method Description voidSegment. setState(TargetState state)Sets the state for this segment.
-