|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.SystemInfo
public final class SystemInfo
A representation of the system information that can be specified after the FROM keyword in an ACCEPT statement. This includes the literals of the enumeration 'System Info', and utility methods for working with them.
COBOLPackage.getSystemInfo(),
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
SYSINFO_DATE
The 'SYSINFO DATE' literal value. |
static SystemInfo |
SYSINFO_DATE_LITERAL
The 'SYSINFO DATE' literal object. |
static int |
SYSINFO_DATE_YYYYMMDD
The 'SYSINFO DATE YYYYMMDD' literal value. |
static SystemInfo |
SYSINFO_DATE_YYYYMMDD_LITERAL
The 'SYSINFO DATE YYYYMMDD' literal object. |
static int |
SYSINFO_DAY
The 'SYSINFO DAY' literal value. |
static SystemInfo |
SYSINFO_DAY_LITERAL
The 'SYSINFO DAY' literal object. |
static int |
SYSINFO_DAY_OF_WEEK
The 'SYSINFO DAY OF WEEK' literal value. |
static SystemInfo |
SYSINFO_DAY_OF_WEEK_LITERAL
The 'SYSINFO DAY OF WEEK' literal object. |
static int |
SYSINFO_DAY_YYYYDDD
The 'SYSINFO DAY YYYYDDD' literal value. |
static SystemInfo |
SYSINFO_DAY_YYYYDDD_LITERAL
The 'SYSINFO DAY YYYYDDD' literal object. |
static int |
SYSINFO_TIME
The 'SYSINFO TIME' literal value. |
static SystemInfo |
SYSINFO_TIME_LITERAL
The 'SYSINFO TIME' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'System Info' enumerators. |
| Method Summary | |
|---|---|
static SystemInfo |
get(int value)
Returns the 'System Info' literal with the specified integer value. |
static SystemInfo |
get(java.lang.String literal)
Returns the 'System Info' literal with the specified literal value. |
static SystemInfo |
getByName(java.lang.String name)
Returns the 'System Info' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public static final int SYSINFO_DATE
Representation of DATE.
SYSINFO_DATE_LITERAL,
Constant Field Valuespublic static final int SYSINFO_DATE_YYYYMMDD
Representation of DATE YYYYMMDD
SYSINFO_DATE_YYYYMMDD_LITERAL,
Constant Field Valuespublic static final int SYSINFO_DAY
Representation of DAY
SYSINFO_DAY_LITERAL,
Constant Field Valuespublic static final int SYSINFO_DAY_YYYYDDD
Reprsentation of DAY YYYYDDD
SYSINFO_DAY_YYYYDDD_LITERAL,
Constant Field Valuespublic static final int SYSINFO_DAY_OF_WEEK
Representation of DAY-OF-WEEK
SYSINFO_DAY_OF_WEEK_LITERAL,
Constant Field Valuespublic static final int SYSINFO_TIME
Representation of TIME
SYSINFO_TIME_LITERAL,
Constant Field Valuespublic static final SystemInfo SYSINFO_DATE_LITERAL
SYSINFO_DATEpublic static final SystemInfo SYSINFO_DATE_YYYYMMDD_LITERAL
SYSINFO_DATE_YYYYMMDDpublic static final SystemInfo SYSINFO_DAY_LITERAL
SYSINFO_DAYpublic static final SystemInfo SYSINFO_DAY_YYYYDDD_LITERAL
SYSINFO_DAY_YYYYDDDpublic static final SystemInfo SYSINFO_DAY_OF_WEEK_LITERAL
SYSINFO_DAY_OF_WEEKpublic static final SystemInfo SYSINFO_TIME_LITERAL
SYSINFO_TIMEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static SystemInfo get(java.lang.String literal)
public static SystemInfo getByName(java.lang.String name)
public static SystemInfo get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||