|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MemorySizeUnit in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as MemorySizeUnit | |
|---|---|
static MemorySizeUnit |
MemorySizeUnit.MSU_CHARACTER_LITERAL
The 'MSU CHARACTER' literal object. |
static MemorySizeUnit |
MemorySizeUnit.MSU_MODULE_LITERAL
The 'MSU MODULE' literal object. |
static MemorySizeUnit |
MemorySizeUnit.MSU_WORD_LITERAL
The 'MSU WORD' literal object. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return MemorySizeUnit | |
|---|---|
static MemorySizeUnit |
MemorySizeUnit.get(int value)
Returns the 'Memory Size Unit' literal with the specified integer value. |
static MemorySizeUnit |
MemorySizeUnit.get(java.lang.String literal)
Returns the 'Memory Size Unit' literal with the specified literal value. |
static MemorySizeUnit |
MemorySizeUnit.getByName(java.lang.String name)
Returns the 'Memory Size Unit' literal with the specified name. |
MemorySizeUnit |
MemorySize.getUnit()
Returns the value of the 'Unit' attribute. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type MemorySizeUnit | |
|---|---|
void |
MemorySize.setUnit(MemorySizeUnit value)
Sets the value of the ' Unit' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||