| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemorySize.setUnit(MemorySizeUnit value)
Sets the value of the '
Unit' attribute. |