public final class BlockSizeUnit
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getBlockSizeUnit(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static int |
BSU_CHARACTERS
The 'BSU CHARACTERS' literal value.
|
static BlockSizeUnit |
BSU_CHARACTERS_LITERAL
The 'BSU CHARACTERS' literal object.
|
static int |
BSU_RECORDS
The 'BSU RECORDS' literal value.
|
static BlockSizeUnit |
BSU_RECORDS_LITERAL
The 'BSU RECORDS' literal object.
|
static java.lang.String |
copyright |
static java.util.List |
VALUES
A public read-only list of all the 'Block Size Unit' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockSizeUnit |
get(int value)
Returns the 'Block Size Unit' literal with the specified integer value.
|
static BlockSizeUnit |
get(java.lang.String literal)
Returns the 'Block Size Unit' literal with the specified literal value.
|
static BlockSizeUnit |
getByName(java.lang.String name)
Returns the 'Block Size Unit' literal with the specified name.
|
public static final java.lang.String copyright
public static final int BSU_CHARACTERS
A representation of CHARACTERS.
BSU_CHARACTERS_LITERAL,
Constant Field Valuespublic static final int BSU_RECORDS
A representation of RECORDS.
BSU_RECORDS_LITERAL,
Constant Field Valuespublic static final BlockSizeUnit BSU_CHARACTERS_LITERAL
BSU_CHARACTERSpublic static final BlockSizeUnit BSU_RECORDS_LITERAL
BSU_RECORDSpublic static final java.util.List VALUES
public static BlockSizeUnit get(java.lang.String literal)
public static BlockSizeUnit getByName(java.lang.String name)
public static BlockSizeUnit get(int value)