public static enum Container.Type extends java.lang.Enum<Container.Type>
| Enum Constant and Description |
|---|
ServiceMix3 |
ServiceMix4 |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static Container.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Container.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Container.Type ServiceMix3
public static final Container.Type ServiceMix4
public static final Container.Type Unknown
public static Container.Type[] values()
for (Container.Type c : Container.Type.values()) System.out.println(c);
public static Container.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2005-2014 FuseSource. All Rights Reserved.