|
||||||||||
| 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.BlockSizeUnit
public final class BlockSizeUnit
A representation of the block size unit in a BLOCK CONTAINS clause in a file description entry. This includes the literals of the enumeration 'Block Size Unit', and utility methods for working with them.
COBOLPackage.getBlockSizeUnit(),
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| 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 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
| Method Detail |
|---|
public static BlockSizeUnit get(java.lang.String literal)
public static BlockSizeUnit getByName(java.lang.String name)
public static BlockSizeUnit get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||