public static enum OpenStegoPlugin.Purpose extends java.lang.Enum<OpenStegoPlugin.Purpose>
| Enum Constant and Description |
|---|
DATA_HIDING
Purpose - data hiding
|
WATERMARKING
Purpose - watermarking
|
| Modifier and Type | Method and Description |
|---|---|
static OpenStegoPlugin.Purpose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenStegoPlugin.Purpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenStegoPlugin.Purpose DATA_HIDING
public static final OpenStegoPlugin.Purpose WATERMARKING
public static OpenStegoPlugin.Purpose[] values()
for (OpenStegoPlugin.Purpose c : OpenStegoPlugin.Purpose.values()) System.out.println(c);
public static OpenStegoPlugin.Purpose 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 nullCopyright © 2007-2021 Samir Vaidya. All Rights Reserved.