vs.fabula.ui
Enum FabulaVertex.FabulaKind
java.lang.Object
java.lang.Enum<FabulaVertex.FabulaKind>
vs.fabula.ui.FabulaVertex.FabulaKind
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<FabulaVertex.FabulaKind>
- Enclosing class:
- FabulaVertex
public static enum FabulaVertex.FabulaKind
- extends java.lang.Enum<FabulaVertex.FabulaKind>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Event
public static final FabulaVertex.FabulaKind Event
Goal
public static final FabulaVertex.FabulaKind Goal
Action
public static final FabulaVertex.FabulaKind Action
Outcome
public static final FabulaVertex.FabulaKind Outcome
Perception
public static final FabulaVertex.FabulaKind Perception
Setting
public static final FabulaVertex.FabulaKind Setting
InternalElement
public static final FabulaVertex.FabulaKind InternalElement
FabulaElement
public static final FabulaVertex.FabulaKind FabulaElement
values
public static FabulaVertex.FabulaKind[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FabulaVertex.FabulaKind c : FabulaVertex.FabulaKind.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FabulaVertex.FabulaKind valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null