Uses of Class
net.sf.okapi.lib.xliff2.core.CanReorder
-
Packages that use CanReorder Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of CanReorder in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return CanReorder Modifier and Type Method Description CanReorderCTag. getCanReorder()Indicates if this code can be re-ordered.static CanReorderCanReorder. valueOf(String name)Returns the enum constant of this type with the specified name.static CanReorder[]CanReorder. 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 CanReorder Modifier and Type Method Description voidCTag. setCanReorder(CanReorder canReorder)Sets the flag indicating if this code can be re-ordered.
-