public enum CbfCompression extends java.lang.Enum<CbfCompression>
Enum Constant and Description |
---|
BYTE_OFFSET |
NONE |
Modifier and Type | Method and Description |
---|---|
boolean |
compatibleWith(CbfElementType type) |
static CbfCompression |
parse(java.lang.String contentTypeConversions) |
java.lang.String |
toContentTypeConversions() |
static CbfCompression |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CbfCompression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CbfCompression NONE
public static final CbfCompression BYTE_OFFSET
public static CbfCompression[] values()
for (CbfCompression c : CbfCompression.values()) System.out.println(c);
public static CbfCompression 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 boolean compatibleWith(CbfElementType type)
public java.lang.String toContentTypeConversions()
public static CbfCompression parse(java.lang.String contentTypeConversions) throws java.text.ParseException
java.text.ParseException