public static enum Spinnaker_C._spinLinkType extends Enum<Spinnaker_C._spinLinkType>
| Enum Constant and Description |
|---|
ctAllDependingNodes |
ctAllTerminalNodes
> All nodes which will be invalidated if this node becomes invalid
|
ctDependingChildren
> All child nodes which may be written to
|
ctInvalidators
> All terminal nodes which may be written to by this node
|
ctReadingChildren
> List of references to nodes which may invalidate this node
|
ctWritingChildren
> All child nodes which influence this node's AccessMode
|
| Modifier and Type | Field and Description |
|---|---|
int |
value
> All child nodes which will cause this node to be invalidated
|
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinLinkType |
intern() |
String |
toString() |
static Spinnaker_C._spinLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinLinkType ctAllDependingNodes
public static final Spinnaker_C._spinLinkType ctAllTerminalNodes
public static final Spinnaker_C._spinLinkType ctInvalidators
public static final Spinnaker_C._spinLinkType ctReadingChildren
public static final Spinnaker_C._spinLinkType ctWritingChildren
public static final Spinnaker_C._spinLinkType ctDependingChildren
public final int value
public static Spinnaker_C._spinLinkType[] values()
for (Spinnaker_C._spinLinkType c : Spinnaker_C._spinLinkType.values()) System.out.println(c);
public static Spinnaker_C._spinLinkType 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 nullpublic Spinnaker_C._spinLinkType intern()
public String toString()
toString in class Enum<Spinnaker_C._spinLinkType>Copyright © 2020. All rights reserved.