public final class Source
extends org.eclipse.emf.common.util.AbstractEnumerator
TreesetPackage.getSource(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
DATABASE
The 'Database' literal value
|
static Source |
DATABASE_LITERAL
The 'Database' literal object
|
static int |
SERVICE_CALL_OUT
The 'Service Call Out' literal value
|
static Source |
SERVICE_CALL_OUT_LITERAL
The 'Service Call Out' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static Source |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Source' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static Source |
get(int value)
Returns the 'Source' literal with the specified integer value
|
static Source |
get(java.lang.String literal)
Returns the 'Source' literal with the specified literal value
|
static Source |
getByName(java.lang.String name)
Returns the 'Source' 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 DATABASE
If the meaning of 'Database' literal object isn't clear, there really should be more of a description here...
DATABASE_LITERAL,
Constant Field Valuespublic static final int SERVICE_CALL_OUT
If the meaning of 'Service Call Out' literal object isn't clear, there really should be more of a description here...
public static final Source UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final Source DATABASE_LITERAL
DATABASEpublic static final Source SERVICE_CALL_OUT_LITERAL
SERVICE_CALL_OUTpublic static final java.util.List VALUES
public static Source get(java.lang.String literal)
public static Source getByName(java.lang.String name)
public static Source get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.