public enum PageIteratorLevel extends java.lang.Enum<PageIteratorLevel> implements org.bridj.IntValuedEnum<PageIteratorLevel>
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<PageIteratorLevel> |
fromValue(int value) |
java.util.Iterator<PageIteratorLevel> |
iterator() |
long |
value() |
static PageIteratorLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageIteratorLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageIteratorLevel BLOCK
public static final PageIteratorLevel PARA
public static final PageIteratorLevel TEXTLINE
public static final PageIteratorLevel WORD
public static final PageIteratorLevel SYMBOL
public static PageIteratorLevel[] values()
for (PageIteratorLevel c : PageIteratorLevel.values()) System.out.println(c);
public static PageIteratorLevel 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 long value()
value in interface org.bridj.ValuedEnum<PageIteratorLevel>public java.util.Iterator<PageIteratorLevel> iterator()
iterator in interface java.lang.Iterable<PageIteratorLevel>public static org.bridj.IntValuedEnum<PageIteratorLevel> fromValue(int value)