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