Serializable, Comparable<StampLine.TextRepeatTypeEnum>public static enum StampLine.TextRepeatTypeEnum extends Enum<StampLine.TextRepeatTypeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
StampLine.TextRepeatTypeEnum.Adapter |
| Enum Constant | Description |
|---|---|
FULLTEXTREPEAT |
|
NONE |
|
REPEATWITHTRUNCATION |
| Modifier and Type | Method | Description |
|---|---|---|
static StampLine.TextRepeatTypeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static StampLine.TextRepeatTypeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static StampLine.TextRepeatTypeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StampLine.TextRepeatTypeEnum NONE
public static final StampLine.TextRepeatTypeEnum FULLTEXTREPEAT
public static final StampLine.TextRepeatTypeEnum REPEATWITHTRUNCATION
public static StampLine.TextRepeatTypeEnum[] values()
for (StampLine.TextRepeatTypeEnum c : StampLine.TextRepeatTypeEnum.values()) System.out.println(c);
public static StampLine.TextRepeatTypeEnum 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<StampLine.TextRepeatTypeEnum>public static StampLine.TextRepeatTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.