public enum Jpeg2000Codec extends Enum<Jpeg2000Codec>
Modifier and Type | Method and Description |
---|---|
static Jpeg2000Codec |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Jpeg2000Codec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jpeg2000Codec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jpeg2000Codec J2K
public static final Jpeg2000Codec JP2
public static final Jpeg2000Codec JPT
public static Jpeg2000Codec[] values()
for (Jpeg2000Codec c : Jpeg2000Codec.values()) System.out.println(c);
public static Jpeg2000Codec 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<Jpeg2000Codec>
public static Jpeg2000Codec fromValue(String text)
Copyright © 2018 Aspose Pty Ltd. All rights reserved.