public static enum IElementHook.SubType extends Enum<IElementHook.SubType>
| Enum Constant and Description |
|---|
EndPoint |
EnvironmentFile |
EnvironmentVariable |
InvocationArgument |
InvocationReturn |
StdErr |
StdExit |
StdIn |
StdOut |
| Modifier and Type | Method and Description |
|---|---|
static IElementHook.SubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IElementHook.SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IElementHook.SubType EnvironmentVariable
public static final IElementHook.SubType EnvironmentFile
public static final IElementHook.SubType InvocationArgument
public static final IElementHook.SubType InvocationReturn
public static final IElementHook.SubType StdIn
public static final IElementHook.SubType StdOut
public static final IElementHook.SubType StdErr
public static final IElementHook.SubType StdExit
public static final IElementHook.SubType EndPoint
public static IElementHook.SubType[] values()
for (IElementHook.SubType c : IElementHook.SubType.values()) System.out.println(c);
public static IElementHook.SubType 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 © 2015. All Rights Reserved.