public enum PluginPoint extends Enum<PluginPoint>
| Enum Constant and Description |
|---|
APPLICATIONS |
SERVER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPath() |
static PluginPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginPoint SERVER
public static final PluginPoint APPLICATIONS
public static PluginPoint[] values()
for (PluginPoint c : PluginPoint.values()) System.out.println(c);
public static PluginPoint 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 nullpublic String getName()
public String getPath()
Copyright © 2017-2018 Eclipse Foundation. All Rights Reserved.