public static enum ComponentConfig.Type extends Enum<ComponentConfig.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the component type name.
|
String |
toString() |
static ComponentConfig.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentConfig.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentConfig.Type MODULE
public static final ComponentConfig.Type VERTICLE
public static ComponentConfig.Type[] values()
for (ComponentConfig.Type c : ComponentConfig.Type.values()) System.out.println(c);
public static ComponentConfig.Type 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 getName()
public String toString()
toString in class Enum<ComponentConfig.Type>Copyright © 2013-2014. All Rights Reserved.