public static enum Mediation.TypeEnum extends Enum<Mediation.TypeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Mediation.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mediation.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mediation.TypeEnum IN
public static final Mediation.TypeEnum OUT
public static final Mediation.TypeEnum FAULT
public static Mediation.TypeEnum[] values()
for (Mediation.TypeEnum c : Mediation.TypeEnum.values()) System.out.println(c);
public static Mediation.TypeEnum 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<Mediation.TypeEnum>Copyright © 2018 WSO2 Inc. All rights reserved.