Package de.gwdg.metadataqa.marc.analysis
Enum ShelfReadyFieldsBooks
- java.lang.Object
-
- java.lang.Enum<ShelfReadyFieldsBooks>
-
- de.gwdg.metadataqa.marc.analysis.ShelfReadyFieldsBooks
-
- All Implemented Interfaces:
Serializable,Comparable<ShelfReadyFieldsBooks>
public enum ShelfReadyFieldsBooks extends Enum<ShelfReadyFieldsBooks>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LDR06LDR07LDR1718TAG00600TAG010TAG015TAG020TAG035TAG040TAG041TAG050TAG082TAG1XXTAG240TAG245TAG246TAG250TAG264TAG300TAG336TAG337TAG338TAG490TAG500TAG504TAG505TAG520TAG546TAG588TAG6XXTAG776TAG7XXTAG856TAG8XX
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetMarcPath()doublegetNormalizedScore()intgetScore()List<MarcSpec>getSelectors()StringgetValue()StringgetValueLabel()booleanisOneOf()StringtoString()static ShelfReadyFieldsBooksvalueOf(String name)Returns the enum constant of this type with the specified name.static ShelfReadyFieldsBooks[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LDR06
public static final ShelfReadyFieldsBooks LDR06
-
LDR07
public static final ShelfReadyFieldsBooks LDR07
-
LDR1718
public static final ShelfReadyFieldsBooks LDR1718
-
TAG00600
public static final ShelfReadyFieldsBooks TAG00600
-
TAG010
public static final ShelfReadyFieldsBooks TAG010
-
TAG015
public static final ShelfReadyFieldsBooks TAG015
-
TAG020
public static final ShelfReadyFieldsBooks TAG020
-
TAG035
public static final ShelfReadyFieldsBooks TAG035
-
TAG040
public static final ShelfReadyFieldsBooks TAG040
-
TAG041
public static final ShelfReadyFieldsBooks TAG041
-
TAG050
public static final ShelfReadyFieldsBooks TAG050
-
TAG082
public static final ShelfReadyFieldsBooks TAG082
-
TAG1XX
public static final ShelfReadyFieldsBooks TAG1XX
-
TAG240
public static final ShelfReadyFieldsBooks TAG240
-
TAG245
public static final ShelfReadyFieldsBooks TAG245
-
TAG246
public static final ShelfReadyFieldsBooks TAG246
-
TAG250
public static final ShelfReadyFieldsBooks TAG250
-
TAG264
public static final ShelfReadyFieldsBooks TAG264
-
TAG300
public static final ShelfReadyFieldsBooks TAG300
-
TAG336
public static final ShelfReadyFieldsBooks TAG336
-
TAG337
public static final ShelfReadyFieldsBooks TAG337
-
TAG338
public static final ShelfReadyFieldsBooks TAG338
-
TAG490
public static final ShelfReadyFieldsBooks TAG490
-
TAG500
public static final ShelfReadyFieldsBooks TAG500
-
TAG504
public static final ShelfReadyFieldsBooks TAG504
-
TAG505
public static final ShelfReadyFieldsBooks TAG505
-
TAG520
public static final ShelfReadyFieldsBooks TAG520
-
TAG546
public static final ShelfReadyFieldsBooks TAG546
-
TAG588
public static final ShelfReadyFieldsBooks TAG588
-
TAG6XX
public static final ShelfReadyFieldsBooks TAG6XX
-
TAG7XX
public static final ShelfReadyFieldsBooks TAG7XX
-
TAG776
public static final ShelfReadyFieldsBooks TAG776
-
TAG856
public static final ShelfReadyFieldsBooks TAG856
-
TAG8XX
public static final ShelfReadyFieldsBooks TAG8XX
-
-
Method Detail
-
values
public static ShelfReadyFieldsBooks[] 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 (ShelfReadyFieldsBooks c : ShelfReadyFieldsBooks.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ShelfReadyFieldsBooks 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
-
getMarcPath
public String getMarcPath()
-
getLabel
public String getLabel()
-
getValue
public String getValue()
-
getValueLabel
public String getValueLabel()
-
getScore
public int getScore()
-
isOneOf
public boolean isOneOf()
-
getNormalizedScore
public double getNormalizedScore()
-
toString
public String toString()
- Overrides:
toStringin classEnum<ShelfReadyFieldsBooks>
-
-