public final class DatabaseMode
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
READ_ONLY
The 'Read Only' literal value
|
static DatabaseMode |
READ_ONLY_LITERAL
The 'Read Only' literal object
|
static int |
READ_WRITE
The 'Read Write' literal value
|
static DatabaseMode |
READ_WRITE_LITERAL
The 'Read Write' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static DatabaseMode |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Database Mode' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseMode |
get(int value)
Returns the 'Database Mode' literal with the specified integer value
|
static DatabaseMode |
get(java.lang.String literal)
Returns the 'Database Mode' literal with the specified literal value
|
static DatabaseMode |
getByName(java.lang.String name)
Returns the 'Database Mode' literal with the specified name
|
public static final java.lang.String copyright
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 DatabaseMode UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final DatabaseMode READ_ONLY_LITERAL
READ_ONLYpublic static final DatabaseMode READ_WRITE_LITERAL
READ_WRITEpublic static final java.util.List VALUES
public static DatabaseMode get(java.lang.String literal)
public static DatabaseMode getByName(java.lang.String name)
public static DatabaseMode get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.