public static enum ScriptLink.LoadType extends java.lang.Enum<ScriptLink.LoadType>
| Modifier and Type | Method and Description |
|---|---|
static ScriptLink.LoadType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptLink.LoadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptLink.LoadType BLOCKING
public static final ScriptLink.LoadType DEFERED
public static final ScriptLink.LoadType ASYNC
public static ScriptLink.LoadType[] values()
for (ScriptLink.LoadType c : ScriptLink.LoadType.values()) System.out.println(c);
public static ScriptLink.LoadType 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 nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.