public enum ServiceType extends Enum<ServiceType>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPath() |
String |
toString() |
static ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceType TRANSPORT
public static final ServiceType MODEL
public static final ServiceType EXCEPTION
public static ServiceType[] values()
for (ServiceType c : ServiceType.values()) System.out.println(c);
public static ServiceType 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 toString()
toString
in class Enum<ServiceType>
public String getPath()
public String getName()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.