public static enum ExtensionDependency.Type extends java.lang.Enum<ExtensionDependency.Type>
Enum Constant and Description |
---|
ENGINE |
HAXELIB |
JAVA |
STENCYL |
TOOLSET |
Modifier and Type | Method and Description |
---|---|
static ExtensionDependency.Type |
fromString(java.lang.String s) |
stencyl.sw.ext.net.ExtensionType |
toExtensionType() |
static ExtensionDependency.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionDependency.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionDependency.Type JAVA
public static final ExtensionDependency.Type STENCYL
public static final ExtensionDependency.Type TOOLSET
public static final ExtensionDependency.Type ENGINE
public static final ExtensionDependency.Type HAXELIB
public static ExtensionDependency.Type[] values()
for (ExtensionDependency.Type c : ExtensionDependency.Type.values()) System.out.println(c);
public static ExtensionDependency.Type 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 nullpublic static ExtensionDependency.Type fromString(java.lang.String s)
public stencyl.sw.ext.net.ExtensionType toExtensionType()