public static enum ITarget.TargetType extends Enum<ITarget.TargetType>
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getExtension() |
static ITarget.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITarget.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITarget.TargetType SWC
public static final ITarget.TargetType SWF
public static ITarget.TargetType[] values()
for (ITarget.TargetType c : ITarget.TargetType.values()) System.out.println(c);
public static ITarget.TargetType 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 nullpublic abstract String getExtension()
Copyright © 2023 The Apache Software Foundation. All rights reserved.