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