Enum UseCase
- java.lang.Object
-
- java.lang.Enum<UseCase>
-
- de.gwdg.metadataqa.marc.analysis.bl.UseCase
-
- All Implemented Interfaces:
Serializable,Comparable<UseCase>
public enum UseCase extends Enum<UseCase>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BandgetBand()StringgetCondition()List<String>getDataElelemnts()List<String>getDataElelemntsNormalized()List<Element>getElements()StringgetEncoding()StringgetStatus()StringgetUseCase()static UseCasevalueOf(String name)Returns the enum constant of this type with the specified name.static UseCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
B01
public static final UseCase B01
BASIC
-
B02
public static final UseCase B02
-
B03
public static final UseCase B03
-
B04
public static final UseCase B04
-
B05
public static final UseCase B05
-
B06
public static final UseCase B06
-
B07
public static final UseCase B07
-
B08
public static final UseCase B08
-
B09
public static final UseCase B09
-
B10
public static final UseCase B10
-
B11
public static final UseCase B11
-
B12
public static final UseCase B12
-
B13
public static final UseCase B13
-
B14
public static final UseCase B14
-
B15
public static final UseCase B15
-
S01
public static final UseCase S01
SATISFACTORY
-
S02
public static final UseCase S02
-
S03
public static final UseCase S03
-
S04
public static final UseCase S04
-
S05
public static final UseCase S05
-
S06
public static final UseCase S06
-
S07
public static final UseCase S07
-
S08
public static final UseCase S08
-
S09
public static final UseCase S09
-
S10
public static final UseCase S10
-
E01
public static final UseCase E01
-
E02
public static final UseCase E02
-
E03
public static final UseCase E03
-
E04
public static final UseCase E04
-
E05
public static final UseCase E05
-
E06
public static final UseCase E06
-
-
Method Detail
-
values
public static UseCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UseCase c : UseCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UseCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getBand
public Band getBand()
-
getUseCase
public String getUseCase()
-
getCondition
public String getCondition()
-
getEncoding
public String getEncoding()
-
getStatus
public String getStatus()
-
-