public static enum ICompilerComponent.InitOrder extends Enum<ICompilerComponent.InitOrder>
ICompilerComponent.initOrder(ICompilerComponent)
to control when this service initializes relative to others.Modifier and Type | Method and Description |
---|---|
static ICompilerComponent.InitOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICompilerComponent.InitOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICompilerComponent.InitOrder Before
public static final ICompilerComponent.InitOrder After
public static final ICompilerComponent.InitOrder NA
public static ICompilerComponent.InitOrder[] values()
for (ICompilerComponent.InitOrder c : ICompilerComponent.InitOrder.values()) System.out.println(c);
public static ICompilerComponent.InitOrder 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 nullCopyright © 2024. All rights reserved.