public static enum MosaicRule.Operations extends java.lang.Enum<MosaicRule.Operations>
Enum Constant and Description |
---|
NOT_SET |
OPERATION_BLEND |
OPERATION_FIRST |
OPERATION_LAST |
OPERATION_MAX |
OPERATION_MEAN |
OPERATION_MIN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static MosaicRule.Operations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MosaicRule.Operations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MosaicRule.Operations NOT_SET
public static final MosaicRule.Operations OPERATION_BLEND
public static final MosaicRule.Operations OPERATION_FIRST
public static final MosaicRule.Operations OPERATION_LAST
public static final MosaicRule.Operations OPERATION_MAX
public static final MosaicRule.Operations OPERATION_MEAN
public static final MosaicRule.Operations OPERATION_MIN
public static MosaicRule.Operations[] values()
for (MosaicRule.Operations c : MosaicRule.Operations.values()) System.out.println(c);
public static MosaicRule.Operations 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 java.lang.String getValue()