public class GXBidiTranslatorRequest extends GXAbstractRequest
| Constructor and Description |
|---|
GXBidiTranslatorRequest() |
GXBidiTranslatorRequest(Vector contents,
boolean isRTL) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
getContents() |
boolean |
isRTL() |
void |
readExternal(ObjectInput in) |
void |
setContents(Vector contents) |
void |
setRTL(boolean isRTL) |
void |
writeExternal(ObjectOutput out) |
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariablespublic GXBidiTranslatorRequest()
public GXBidiTranslatorRequest(Vector contents, boolean isRTL)
public Vector getContents()
public void setContents(Vector contents)
public boolean isRTL()
public void setRTL(boolean isRTL)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractRequestIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractRequestIOExceptionCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.