public static enum JetFormat.CodecType extends Enum<JetFormat.CodecType>
Modifier and Type | Method and Description |
---|---|
static JetFormat.CodecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JetFormat.CodecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JetFormat.CodecType NONE
public static final JetFormat.CodecType JET
public static final JetFormat.CodecType MSISAM
public static final JetFormat.CodecType OFFICE
public static JetFormat.CodecType[] values()
for (JetFormat.CodecType c : JetFormat.CodecType.values()) System.out.println(c);
public static JetFormat.CodecType 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 nullCopyright © 2005–2018. All rights reserved.