Serializable, Comparable<JoinItem.RangeModeEnum>public static enum JoinItem.RangeModeEnum extends Enum<JoinItem.RangeModeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
JoinItem.RangeModeEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static JoinItem.RangeModeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static JoinItem.RangeModeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JoinItem.RangeModeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoinItem.RangeModeEnum ALLPAGES
public static final JoinItem.RangeModeEnum ODDPAGES
public static final JoinItem.RangeModeEnum EVENPAGES
public static JoinItem.RangeModeEnum[] values()
for (JoinItem.RangeModeEnum c : JoinItem.RangeModeEnum.values()) System.out.println(c);
public static JoinItem.RangeModeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<JoinItem.RangeModeEnum>public static JoinItem.RangeModeEnum fromValue(String text)
Copyright © 2025. All rights reserved.