public enum PluginSourceType extends Enum<PluginSourceType>
| Enum Constant and Description |
|---|
ECLIPSE_PROJECT |
INTERNAL |
JAR_FILE |
| Modifier and Type | Method and Description |
|---|---|
static PluginSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginSourceType ECLIPSE_PROJECT
public static final PluginSourceType JAR_FILE
public static final PluginSourceType INTERNAL
public static PluginSourceType[] values()
for (PluginSourceType c : PluginSourceType.values()) System.out.println(c);
public static PluginSourceType 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 © 2018 OpenSource BIM. All rights reserved.