public final class SystemInfo
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getSystemInfo(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
public 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
public static SystemInfo get(java.lang.String literal)
public static SystemInfo getByName(java.lang.String name)
public static SystemInfo get(int value)