| Package | Description |
|---|---|
| com.corticon.rulesemf.canonicalvocabularymodel |
| Modifier and Type | Field and Description |
|---|---|
static ConcurrencyStrategy |
ConcurrencyStrategy.NONSTRICT_READ_WRITE_LITERAL
The 'Nonstrict Read Write' literal object
|
static ConcurrencyStrategy |
ConcurrencyStrategy.READ_ONLY_LITERAL
The 'Read Only' literal object
|
static ConcurrencyStrategy |
ConcurrencyStrategy.READ_WRITE_LITERAL
The 'Read Write' literal object
|
static ConcurrencyStrategy |
ConcurrencyStrategy.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static ConcurrencyStrategy |
ConcurrencyStrategy.get(int value)
Returns the 'Concurrency Strategy' literal with the specified integer value
|
static ConcurrencyStrategy |
ConcurrencyStrategy.get(java.lang.String literal)
Returns the 'Concurrency Strategy' literal with the specified literal value
|
static ConcurrencyStrategy |
ConcurrencyStrategy.getByName(java.lang.String name)
Returns the 'Concurrency Strategy' literal with the specified name
|
ConcurrencyStrategy |
EntityExtension.getCacheConcurrencyStrategy()
Returns the value of the 'Cache Concurrency Strategy' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityExtension.setCacheConcurrencyStrategy(ConcurrencyStrategy value)
Sets the value of the '
Cache Concurrency Strategy' attribute |
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.