public enum ControlledPackageType extends java.lang.Enum<ControlledPackageType>
| Enum Constant and Description |
|---|
COMPONENT
Top-level classes within the packages are components, that are transformed according to
ComponentClassTransformWorker2. |
| Modifier and Type | Method and Description |
|---|---|
static ControlledPackageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlledPackageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlledPackageType COMPONENT
ComponentClassTransformWorker2. All top-level classes must be components.public static ControlledPackageType[] values()
for (ControlledPackageType c : ControlledPackageType.values()) System.out.println(c);
public static ControlledPackageType 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 null${project.version} - Copyright © 2003-2015 The Apache Software Foundation.