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 © 2024. All rights reserved.