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