| Package | Description |
|---|---|
| com.corticon.rulesemf.canonicaltestmodel.testsheet |
| Modifier and Type | Field and Description |
|---|---|
static DatabaseMode |
DatabaseMode.READ_ONLY_LITERAL
The 'Read Only' literal object
|
static DatabaseMode |
DatabaseMode.READ_WRITE_LITERAL
The 'Read Write' literal object
|
static DatabaseMode |
DatabaseMode.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseMode |
DatabaseMode.get(int value)
Returns the 'Database Mode' literal with the specified integer value
|
static DatabaseMode |
DatabaseMode.get(java.lang.String literal)
Returns the 'Database Mode' literal with the specified literal value
|
static DatabaseMode |
DatabaseMode.getByName(java.lang.String name)
Returns the 'Database Mode' literal with the specified name
|
DatabaseMode |
Testsheet.getDatabaseMode()
Returns the value of the 'Database Mode' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Testsheet.setDatabaseMode(DatabaseMode value)
Sets the value of the '
Database Mode' attribute |
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.