public final class ConcurrencyStrategy
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
NONSTRICT_READ_WRITE
The 'Nonstrict Read Write' literal value
|
static ConcurrencyStrategy |
NONSTRICT_READ_WRITE_LITERAL
The 'Nonstrict Read Write' literal object
|
static int |
READ_ONLY
The 'Read Only' literal value
|
static ConcurrencyStrategy |
READ_ONLY_LITERAL
The 'Read Only' literal object
|
static int |
READ_WRITE
The 'Read Write' literal value
|
static ConcurrencyStrategy |
READ_WRITE_LITERAL
The 'Read Write' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static ConcurrencyStrategy |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Concurrency Strategy' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ConcurrencyStrategy |
get(int value)
Returns the 'Concurrency Strategy' literal with the specified integer value
|
static ConcurrencyStrategy |
get(java.lang.String literal)
Returns the 'Concurrency Strategy' literal with the specified literal value
|
static ConcurrencyStrategy |
getByName(java.lang.String name)
Returns the 'Concurrency Strategy' literal with the specified name
|
public static final int UNSPECIFIED
If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED_LITERAL
,
Constant Field Valuespublic static final int READ_ONLY
If the meaning of 'Read Only' literal object isn't clear, there really should be more of a description here...
READ_ONLY_LITERAL
,
Constant Field Valuespublic static final int READ_WRITE
If the meaning of 'Read Write' literal object isn't clear, there really should be more of a description here...
READ_WRITE_LITERAL
,
Constant Field Valuespublic static final int NONSTRICT_READ_WRITE
If the meaning of 'Nonstrict Read Write' literal object isn't clear, there really should be more of a description here...
public static final ConcurrencyStrategy UNSPECIFIED_LITERAL
UNSPECIFIED
public static final ConcurrencyStrategy READ_ONLY_LITERAL
READ_ONLY
public static final ConcurrencyStrategy READ_WRITE_LITERAL
READ_WRITE
public static final ConcurrencyStrategy NONSTRICT_READ_WRITE_LITERAL
NONSTRICT_READ_WRITE
public static final java.util.List VALUES
public static ConcurrencyStrategy get(java.lang.String literal)
public static ConcurrencyStrategy getByName(java.lang.String name)
public static ConcurrencyStrategy get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.