org.openmali.spatial.bodies
Enum Classifier.PlaneClassification
java.lang.Object
java.lang.Enum<Classifier.PlaneClassification>
org.openmali.spatial.bodies.Classifier.PlaneClassification
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Classifier.PlaneClassification>
- Enclosing class:
- Classifier
public static enum Classifier.PlaneClassification
- extends java.lang.Enum<Classifier.PlaneClassification>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
IN_FRONT_OF
public static final Classifier.PlaneClassification IN_FRONT_OF
BEHIND
public static final Classifier.PlaneClassification BEHIND
SPANNING
public static final Classifier.PlaneClassification SPANNING
COINCIDENT
public static final Classifier.PlaneClassification COINCIDENT
values
public static Classifier.PlaneClassification[] 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 (Classifier.PlaneClassification c : Classifier.PlaneClassification.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Classifier.PlaneClassification 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
add
public Classifier.PlaneClassification add(Classifier.PlaneClassification c)