Package | Description |
---|---|
com.ibm.rational.test.lt.models.behavior.lttest |
Modifier and Type | Field and Description |
---|---|
static DatapoolAccessMode |
DatapoolAccessMode.PRIVATE_LITERAL
The 'PRIVATE' literal object
|
static DatapoolAccessMode |
DatapoolAccessMode.SEGMENTED_PER_MACHINE_LITERAL
The 'SEGMENTED PER MACHINE' literal object
|
static DatapoolAccessMode |
DatapoolAccessMode.SHARED_PER_MACHINE_LITERAL
The 'SHARED PER MACHINE' literal object
|
Modifier and Type | Method and Description |
---|---|
static DatapoolAccessMode |
DatapoolAccessMode.get(int value)
Returns the 'Datapool Access Mode' literal with the specified integer value
|
static DatapoolAccessMode |
DatapoolAccessMode.get(String literal)
Returns the 'Datapool Access Mode' literal with the specified literal value
|
DatapoolAccessMode |
Datapool.getAccess()
Returns the value of the 'Access' attribute.
|
static DatapoolAccessMode |
DatapoolAccessMode.getByName(String name)
Returns the 'Datapool Access Mode' literal with the specified name
|
Modifier and Type | Method and Description |
---|---|
void |
Datapool.setAccess(DatapoolAccessMode value)
Sets the value of the '
Access ' attribute |
© Copyright IBM Corp. 2013. All rights reserved.