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