public enum AppserverServiceType extends Enum<AppserverServiceType>
Domain and Noade Agent
can have such support.| Modifier and Type | Method and Description |
|---|---|
static AppserverServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppserverServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppserverServiceType Domain
public static final AppserverServiceType NodeAgent
public static AppserverServiceType[] values()
for (AppserverServiceType c : AppserverServiceType.values()) System.out.println(c);
public static AppserverServiceType 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 Eclipse Foundation. All rights reserved.