public static enum ICompilationUnit.UnitType extends Enum<ICompilationUnit.UnitType>
| Enum Constant and Description |
|---|
ABC_UNIT |
AS_UNIT |
CSS_UNIT |
EMBED_UNIT |
FXG_UNIT |
MXML_UNIT |
RESOURCE_UNIT |
SWC_UNIT |
| Modifier and Type | Method and Description |
|---|---|
static ICompilationUnit.UnitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICompilationUnit.UnitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICompilationUnit.UnitType AS_UNIT
public static final ICompilationUnit.UnitType ABC_UNIT
public static final ICompilationUnit.UnitType FXG_UNIT
public static final ICompilationUnit.UnitType MXML_UNIT
public static final ICompilationUnit.UnitType CSS_UNIT
public static final ICompilationUnit.UnitType SWC_UNIT
public static final ICompilationUnit.UnitType EMBED_UNIT
public static final ICompilationUnit.UnitType RESOURCE_UNIT
public static ICompilationUnit.UnitType[] values()
for (ICompilationUnit.UnitType c : ICompilationUnit.UnitType.values()) System.out.println(c);
public static ICompilationUnit.UnitType 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 © 2023 The Apache Software Foundation. All rights reserved.