public interface CicsWebTranslationClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsWebTranslationClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCharacterSet()
Returns the value of the 'Character Set' containment reference.
|
DataRefOrLiteral |
getClientConv()
Returns the value of the 'Client Conv' containment reference.
|
boolean |
isCLIConvert()
Returns the value of the 'CLI Convert' attribute.
|
boolean |
isNoCLIConvert()
Returns the value of the 'No CLI Convert' attribute.
|
boolean |
isNoInConvert()
Returns the value of the 'No In Convert' attribute.
|
boolean |
isNoOutConvert()
Returns the value of the 'No Out Convert' attribute.
|
void |
setCharacterSet(DataRefOrLiteral value)
Sets the value of the '
Character Set' containment reference. |
void |
setCLIConvert(boolean value)
Sets the value of the '
CLI Convert' attribute. |
void |
setClientConv(DataRefOrLiteral value)
Sets the value of the '
Client Conv' containment reference. |
void |
setNoCLIConvert(boolean value)
Sets the value of the '
No CLI Convert' attribute. |
void |
setNoInConvert(boolean value)
Sets the value of the '
No In Convert' attribute. |
void |
setNoOutConvert(boolean value)
Sets the value of the '
No Out Convert' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getCharacterSet()
The value is a representation of the data value specified in the CHARACTERSET option; if that option is not used, the value is null.
setCharacterSet(DataRefOrLiteral),
COBOLPackage.getCicsWebTranslationClause_CharacterSet()void setCharacterSet(DataRefOrLiteral value)
Character Set' containment reference.
value - the new value of the 'Character Set' containment reference.getCharacterSet()boolean isCLIConvert()
The value is true if the CLICONVERT option is used; false otherwise.
setCLIConvert(boolean),
COBOLPackage.getCicsWebTranslationClause_CLIConvert()void setCLIConvert(boolean value)
CLI Convert' attribute.
value - the new value of the 'CLI Convert' attribute.isCLIConvert()boolean isNoInConvert()
The value is true if the NOINCONVERT option is used; false otherwise.
setNoInConvert(boolean),
COBOLPackage.getCicsWebTranslationClause_NoInConvert()void setNoInConvert(boolean value)
No In Convert' attribute.
value - the new value of the 'No In Convert' attribute.isNoInConvert()boolean isNoOutConvert()
The value is true if the NOOUTCONVERT option is used; false otherwise.
setNoOutConvert(boolean),
COBOLPackage.getCicsWebTranslationClause_NoOutConvert()void setNoOutConvert(boolean value)
No Out Convert' attribute.
value - the new value of the 'No Out Convert' attribute.isNoOutConvert()boolean isNoCLIConvert()
The value is true if the NOCLICONVERT option is used; false otherwise.
setNoCLIConvert(boolean),
COBOLPackage.getCicsWebTranslationClause_NoCLIConvert()void setNoCLIConvert(boolean value)
No CLI Convert' attribute.
value - the new value of the 'No CLI Convert' attribute.isNoCLIConvert()DataRefOrLiteral getClientConv()
The value is a representation of the CICS value data area specified in the CLIENTCONV option; if that option is not used, the value is null.
setClientConv(DataRefOrLiteral),
COBOLPackage.getCicsWebTranslationClause_ClientConv()void setClientConv(DataRefOrLiteral value)
Client Conv' containment reference.
value - the new value of the 'Client Conv' containment reference.getClientConv()