Enum FRBRFunction

java.lang.Object
java.lang.Enum<FRBRFunction>
de.gwdg.metadataqa.marc.definition.FRBRFunction
All Implemented Interfaces:
Serializable, Comparable<FRBRFunction>, java.lang.constant.Constable

public enum FRBRFunction extends Enum<FRBRFunction>
  • Enum Constant Details

    • Discovery

      public static final FRBRFunction Discovery
    • DiscoverySearch

      public static final FRBRFunction DiscoverySearch
    • DiscoveryIdentify

      public static final FRBRFunction DiscoveryIdentify
    • DiscoverySelect

      public static final FRBRFunction DiscoverySelect
    • DiscoveryObtain

      public static final FRBRFunction DiscoveryObtain
    • Use

      public static final FRBRFunction Use
    • UseRestrict

      public static final FRBRFunction UseRestrict
    • UseManage

      public static final FRBRFunction UseManage
    • UseOperate

      public static final FRBRFunction UseOperate
    • UseInterpret

      public static final FRBRFunction UseInterpret
    • Management

      public static final FRBRFunction Management
    • ManagementIdentify

      public static final FRBRFunction ManagementIdentify
    • ManagementProcess

      public static final FRBRFunction ManagementProcess
    • ManagementSort

      public static final FRBRFunction ManagementSort
    • ManagementDisplay

      public static final FRBRFunction ManagementDisplay
  • Method Details

    • values

      public static FRBRFunction[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FRBRFunction 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 name
      NullPointerException - if the argument is null
    • getParent

      public FRBRFunction getParent()
    • getLabel

      public String getLabel()
    • getPath

      public String getPath()