public enum PackagingType extends Enum<PackagingType>
| Enum Constant and Description |
|---|
MULE_APPLICATION |
MULE_DOMAIN |
MULE_POLICY |
| Modifier and Type | Field and Description |
|---|---|
protected Classifier |
defaultClassifier |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String name) |
static PackagingType |
fromString(String name) |
protected abstract Classifier[] |
getClassifiers() |
String |
resolveClassifier(String classifierName,
boolean lightwayPackage) |
String |
toString() |
static PackagingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackagingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PackagingType MULE_APPLICATION
public static final PackagingType MULE_DOMAIN
public static final PackagingType MULE_POLICY
protected Classifier defaultClassifier
public static PackagingType[] values()
for (PackagingType c : PackagingType.values()) System.out.println(c);
public static PackagingType 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 nullprotected abstract Classifier[] getClassifiers()
public static PackagingType fromString(String name)
public boolean equals(String name)
public String toString()
toString in class Enum<PackagingType>Copyright © 2017. All rights reserved.