Enum Class StandardFlowFileMediaType

java.lang.Object
java.lang.Enum<StandardFlowFileMediaType>
org.apache.nifi.flowfile.attributes.StandardFlowFileMediaType
All Implemented Interfaces:
Serializable, Comparable<StandardFlowFileMediaType>, Constable, FlowFileMediaType

public enum StandardFlowFileMediaType extends Enum<StandardFlowFileMediaType> implements FlowFileMediaType
Enumeration of standard Flow File Media Types
  • Enum Constant Details

  • Field Details

    • mediaType

      private String mediaType
  • Constructor Details

    • StandardFlowFileMediaType

      private StandardFlowFileMediaType(String mediaType)
  • Method Details

    • values

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

      public static StandardFlowFileMediaType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMediaType

      public String getMediaType()
      Description copied from interface: FlowFileMediaType
      Get Media Type Definition with type and subtype components
      Specified by:
      getMediaType in interface FlowFileMediaType
      Returns:
      Media Type Definition