|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SystemInfo in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as SystemInfo | |
|---|---|
static SystemInfo |
SystemInfo.SYSINFO_DATE_LITERAL
The 'SYSINFO DATE' literal object. |
static SystemInfo |
SystemInfo.SYSINFO_DATE_YYYYMMDD_LITERAL
The 'SYSINFO DATE YYYYMMDD' literal object. |
static SystemInfo |
SystemInfo.SYSINFO_DAY_LITERAL
The 'SYSINFO DAY' literal object. |
static SystemInfo |
SystemInfo.SYSINFO_DAY_OF_WEEK_LITERAL
The 'SYSINFO DAY OF WEEK' literal object. |
static SystemInfo |
SystemInfo.SYSINFO_DAY_YYYYDDD_LITERAL
The 'SYSINFO DAY YYYYDDD' literal object. |
static SystemInfo |
SystemInfo.SYSINFO_TIME_LITERAL
The 'SYSINFO TIME' literal object. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return SystemInfo | |
|---|---|
static SystemInfo |
SystemInfo.get(int value)
Returns the 'System Info' literal with the specified integer value. |
static SystemInfo |
SystemInfo.get(java.lang.String literal)
Returns the 'System Info' literal with the specified literal value. |
static SystemInfo |
SystemInfo.getByName(java.lang.String name)
Returns the 'System Info' literal with the specified name. |
SystemInfo |
AcceptSystemInfoTransferStmt.getSystemInfo()
Returns the value of the 'System Info' attribute. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SystemInfo | |
|---|---|
void |
AcceptSystemInfoTransferStmt.setSystemInfo(SystemInfo value)
Sets the value of the ' System Info' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||