public static enum BertIterator.LengthHandling extends Enum<BertIterator.LengthHandling>
Enum Constant and Description |
---|
ANY_LENGTH |
CLIP_ONLY |
FIXED_LENGTH |
Modifier and Type | Method and Description |
---|---|
static BertIterator.LengthHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BertIterator.LengthHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BertIterator.LengthHandling FIXED_LENGTH
public static final BertIterator.LengthHandling ANY_LENGTH
public static final BertIterator.LengthHandling CLIP_ONLY
public static BertIterator.LengthHandling[] values()
for (BertIterator.LengthHandling c : BertIterator.LengthHandling.values()) System.out.println(c);
public static BertIterator.LengthHandling 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 nullCopyright © 2022. All rights reserved.