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