public static enum IMixinPlatformAgent.AcceptResult extends java.lang.Enum<IMixinPlatformAgent.AcceptResult>
| Enum Constant and Description |
|---|
ACCEPTED
The container was accepted
|
INVALID
The agent encountered an error and no further containers should be
offered
|
REJECTED
The container was rejected
|
| Modifier and Type | Method and Description |
|---|---|
static IMixinPlatformAgent.AcceptResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMixinPlatformAgent.AcceptResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMixinPlatformAgent.AcceptResult ACCEPTED
public static final IMixinPlatformAgent.AcceptResult REJECTED
public static final IMixinPlatformAgent.AcceptResult INVALID
public static IMixinPlatformAgent.AcceptResult[] values()
for (IMixinPlatformAgent.AcceptResult c : IMixinPlatformAgent.AcceptResult.values()) System.out.println(c);
public static IMixinPlatformAgent.AcceptResult 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 null