public static enum EncodeQualification.Preservation extends Enum<EncodeQualification.Preservation>
Enum Constant and Description |
---|
FULL
The writer is able to fully encode a given product to a given format.
|
PARTIAL
The writer is able to partially encode a given product to a given format to produce a meaningful external representation.
|
UNABLE
The writer is unable to encode a given product to a given format in order to produce a meaningful external
representation.
|
Modifier and Type | Method and Description |
---|---|
static EncodeQualification.Preservation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodeQualification.Preservation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodeQualification.Preservation FULL
public static final EncodeQualification.Preservation PARTIAL
public static final EncodeQualification.Preservation UNABLE
public static EncodeQualification.Preservation[] values()
for (EncodeQualification.Preservation c : EncodeQualification.Preservation.values()) System.out.println(c);
public static EncodeQualification.Preservation 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 © 2014–2016 European Space Agency (ESA). All rights reserved.