public static enum Composite.EOC extends java.lang.Enum<Composite.EOC>
Modifier and Type | Field and Description |
---|---|
int |
prefixComparisonResult |
Modifier and Type | Method and Description |
---|---|
static Composite.EOC |
from(int eoc) |
static Composite.EOC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Composite.EOC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Composite.EOC START
public static final Composite.EOC NONE
public static final Composite.EOC END
public static Composite.EOC[] values()
for (Composite.EOC c : Composite.EOC.values()) System.out.println(c);
public static Composite.EOC 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 nullpublic static Composite.EOC from(int eoc)
Copyright © 2015 The Apache Software Foundation