| Modifier and Type | Method and Description |
|---|---|
Literal |
FileControlEntry.getAssignTo()
Deprecated.
Use
getAssignmentNames() instead.
|
Literal |
JavaCOBOLDataType.getDataType()
Returns the value of the 'Data Type' containment reference.
|
Literal |
ClassClause.getExternalClassName()
Returns the value of the 'External Class Name' containment reference.
|
Literal |
ExprLiteral.getLit()
Returns the value of the 'Lit' containment reference.
|
Literal |
StopLiteralStmt.getLiteral()
Returns the value of the 'Literal' containment reference.
|
Literal |
XMLSchema.getLiteral()
Returns the value of the 'Literal' containment reference.
|
Literal |
CopyStmt.getLiteral()
Returns the value of the 'Literal' containment reference.
|
Literal |
CompilerSubOption.getLiteral()
Returns the value of the 'Literal' containment reference.
|
Literal |
LibraryClause.getLiteral()
Returns the value of the 'Literal' containment reference.
|
Literal |
VaryingClause.getMaximumSize()
Returns the value of the 'Maximum Size' containment reference.
|
Literal |
VaryingClause.getMinimumSize()
Returns the value of the 'Minimum Size' containment reference.
|
Literal |
XMLName.getName()
Returns the value of the 'Name' containment reference.
|
Literal |
TitleStmt.getTitle()
Returns the value of the 'Title' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileControlEntry.setAssignTo(Literal value)
Sets the value of the '
Assign To' containment reference. |
void |
JavaCOBOLDataType.setDataType(Literal value)
Sets the value of the '
Data Type' containment reference. |
void |
ClassClause.setExternalClassName(Literal value)
Sets the value of the '
External Class Name' containment reference. |
void |
ExprLiteral.setLit(Literal value)
Sets the value of the '
Lit' containment reference. |
void |
StopLiteralStmt.setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
XMLSchema.setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
CopyStmt.setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
CompilerSubOption.setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
LibraryClause.setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
VaryingClause.setMaximumSize(Literal value)
Sets the value of the '
Maximum Size' containment reference. |
void |
VaryingClause.setMinimumSize(Literal value)
Sets the value of the '
Minimum Size' containment reference. |
void |
XMLName.setName(Literal value)
Sets the value of the '
Name' containment reference. |
void |
TitleStmt.setTitle(Literal value)
Sets the value of the '
Title' containment reference. |