public final class ReturnEntityMode
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
The 'All' literal value
|
static ReturnEntityMode |
ALL_LITERAL
The 'All' literal object
|
static java.lang.String |
copyright |
static int |
INCOMING_AND_NEW
The 'Incoming And New' literal value
|
static ReturnEntityMode |
INCOMING_AND_NEW_LITERAL
The 'Incoming And New' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static ReturnEntityMode |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Return Entity Mode' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ReturnEntityMode |
get(int value)
Returns the 'Return Entity Mode' literal with the specified integer value
|
static ReturnEntityMode |
get(java.lang.String literal)
Returns the 'Return Entity Mode' literal with the specified literal value
|
static ReturnEntityMode |
getByName(java.lang.String name)
Returns the 'Return Entity 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 ALL
If the meaning of 'All' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL,
Constant Field Valuespublic static final int INCOMING_AND_NEW
If the meaning of 'Incoming And New' literal object isn't clear, there really should be more of a description here...
public static final ReturnEntityMode UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final ReturnEntityMode ALL_LITERAL
ALLpublic static final ReturnEntityMode INCOMING_AND_NEW_LITERAL
INCOMING_AND_NEWpublic static final java.util.List VALUES
public static ReturnEntityMode get(java.lang.String literal)
public static ReturnEntityMode getByName(java.lang.String name)
public static ReturnEntityMode get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.