public enum ActorInputErrorCode extends java.lang.Enum<ActorInputErrorCode> implements Chain.IErrorCode
| Enum Constant and Description |
|---|
FROM_PARENT_LOCKED |
PULL_LOCKED |
| Modifier and Type | Method and Description |
|---|---|
static ActorInputErrorCode |
fromLinkType(LinkType linkType) |
LinkType |
getLinkType() |
PathType |
getPathTypeLocked() |
boolean |
isInterrupted() |
boolean |
isLocked() |
static ActorInputErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActorInputErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActorInputErrorCode PULL_LOCKED
public static final ActorInputErrorCode FROM_PARENT_LOCKED
public static ActorInputErrorCode[] values()
for (ActorInputErrorCode c : ActorInputErrorCode.values()) System.out.println(c);
public static ActorInputErrorCode 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 boolean isLocked()
isLocked in interface Chain.IErrorCodepublic boolean isInterrupted()
isInterrupted in interface Chain.IErrorCodepublic PathType getPathTypeLocked()
getPathTypeLocked in interface Chain.IErrorCodepublic LinkType getLinkType()
public static ActorInputErrorCode fromLinkType(LinkType linkType)