public static enum WSDLInfoDTO.TypeEnum extends Enum<WSDLInfoDTO.TypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static WSDLInfoDTO.TypeEnum |
fromValue(String v) |
String |
toString() |
String |
value() |
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 value()
public String toString()
toString in class Enum<WSDLInfoDTO.TypeEnum>public static WSDLInfoDTO.TypeEnum fromValue(String v)
Copyright © 2024 WSO2. All rights reserved.