public enum AdapterType extends Enum<AdapterType>
| Enum Constant and Description |
|---|
Environment |
Finance |
Generic |
Manufacturing |
News |
OpenData |
SocialMedia |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
static AdapterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdapterType Generic
public static final AdapterType Finance
public static final AdapterType Environment
public static final AdapterType News
public static final AdapterType SocialMedia
public static final AdapterType OpenData
public static final AdapterType Manufacturing
public static AdapterType[] values()
for (AdapterType c : AdapterType.values()) System.out.println(c);
public static AdapterType 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 getLabel()
public String getDescription()
Copyright © 2019. All rights reserved.