| Enum Constant and Description |
|---|
FROM_PARENT |
PULL |
PUSH |
TO_CHILD |
| Modifier and Type | Method and Description |
|---|---|
static LinkType |
fromPathPack(PathPack<?> pathPack) |
static LinkType |
fromPathType(PathType pathType,
boolean out) |
LinkBooleanSet |
getBooleanSet() |
boolean |
getOutOrIn() |
PathType |
getPathType() |
LinkType |
reverse() |
static LinkType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkType PULL
public static final LinkType PUSH
public static final LinkType FROM_PARENT
public static final LinkType TO_CHILD
public static LinkType[] values()
for (LinkType c : LinkType.values()) System.out.println(c);
public static LinkType 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 LinkType reverse()
public LinkBooleanSet getBooleanSet()
public PathType getPathType()
public static LinkType fromPathType(PathType pathType, boolean out) throws Chain.ChainException
Chain.ChainExceptionpublic boolean getOutOrIn()
public static LinkType fromPathPack(PathPack<?> pathPack) throws Chain.ChainException
Chain.ChainException