public static enum Common.SOURCETYPE extends Enum<Common.SOURCETYPE>
| Enum Constant and Description |
|---|
AgentSource |
DataSource |
MongoDB |
TreeBased |
URI |
Workspace |
| Modifier and Type | Method and Description |
|---|---|
static Common.SOURCETYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.SOURCETYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Common.SOURCETYPE TreeBased
public static final Common.SOURCETYPE Workspace
public static final Common.SOURCETYPE DataSource
public static final Common.SOURCETYPE URI
public static final Common.SOURCETYPE MongoDB
public static final Common.SOURCETYPE AgentSource
public static Common.SOURCETYPE[] values()
for (Common.SOURCETYPE c : Common.SOURCETYPE.values()) System.out.println(c);
public static Common.SOURCETYPE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.