public static enum StiPostProcessDuplicatesHelper.TypeOfDuplicates extends java.lang.Enum<StiPostProcessDuplicatesHelper.TypeOfDuplicates>
| Modifier and Type | Method and Description |
|---|---|
static StiPostProcessDuplicatesHelper.TypeOfDuplicates |
forValue(int value) |
int |
getValue() |
static StiPostProcessDuplicatesHelper.TypeOfDuplicates |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPostProcessDuplicatesHelper.TypeOfDuplicates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPostProcessDuplicatesHelper.TypeOfDuplicates Text
public static final StiPostProcessDuplicatesHelper.TypeOfDuplicates Image
public static StiPostProcessDuplicatesHelper.TypeOfDuplicates[] values()
for (StiPostProcessDuplicatesHelper.TypeOfDuplicates c : StiPostProcessDuplicatesHelper.TypeOfDuplicates.values()) System.out.println(c);
public static StiPostProcessDuplicatesHelper.TypeOfDuplicates 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 int getValue()
public static StiPostProcessDuplicatesHelper.TypeOfDuplicates forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.