| Enum Constant and Description |
|---|
AnimalClaw |
AnimalJoint |
AnimalTrunk |
Claw |
Free |
Joint |
SectionClaw |
SectionJoint |
SectionTrunk |
SegmentClaw |
SegmentJoint |
SegmentTrunk |
| Modifier and Type | Method and Description |
|---|---|
static AtomKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomKind Free
public static final AtomKind AnimalTrunk
public static final AtomKind AnimalJoint
public static final AtomKind AnimalClaw
public static final AtomKind SectionTrunk
public static final AtomKind SectionJoint
public static final AtomKind SectionClaw
public static final AtomKind SegmentTrunk
public static final AtomKind SegmentJoint
public static final AtomKind SegmentClaw
public static final AtomKind Joint
public static final AtomKind Claw
public static AtomKind[] values()
for (AtomKind c : AtomKind.values()) System.out.println(c);
public static AtomKind 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 null