Enum Class Bodypart.Bodypart_Type

java.lang.Object
java.lang.Enum<Bodypart.Bodypart_Type>
com.isode.x400.highlevel.Bodypart.Bodypart_Type
All Implemented Interfaces:
Serializable, Comparable<Bodypart.Bodypart_Type>, Constable
Enclosing class:
Bodypart

public static enum Bodypart.Bodypart_Type extends Enum<Bodypart.Bodypart_Type>
  • Enum Constant Details

    • BODYPART_IA5_TEXT

      public static final Bodypart.Bodypart_Type BODYPART_IA5_TEXT
      ia5-text body part. Only the ia5 repertoire is supported
    • BODYPART_TELETEX

      public static final Bodypart.Bodypart_Type BODYPART_TELETEX
      teletex body part
    • BODYPART_GENERAL_TEXT

      public static final Bodypart.Bodypart_Type BODYPART_GENERAL_TEXT
      general-text body part containing arbitrary character sets
    • BODYPART_ISO8859_1

      public static final Bodypart.Bodypart_Type BODYPART_ISO8859_1
      general-text body part containing ISO-8859-1 text
    • BODYPART_ISO8859_2

      public static final Bodypart.Bodypart_Type BODYPART_ISO8859_2
      general-text body part containing ISO-8859-2 text
    • BODYPART_BINARY

      public static final Bodypart.Bodypart_Type BODYPART_BINARY
      bilaterally-defined body part
    • BODYPART_MESSAGE

      public static final Bodypart.Bodypart_Type BODYPART_MESSAGE
      Forwarded message body part, or returned IPM in IPN
    • BODYPART_FTBP

      public static final Bodypart.Bodypart_Type BODYPART_FTBP
      File transfer body part
    • BODYPART_ADATP3

      public static final Bodypart.Bodypart_Type BODYPART_ADATP3
      X.400 P772 ADatP3 body part type
    • BODYPART_CORRECTIONS

      public static final Bodypart.Bodypart_Type BODYPART_CORRECTIONS
      X.400 P772 Corrections body part type
    • BODYPART_ACP127DATA

      public static final Bodypart.Bodypart_Type BODYPART_ACP127DATA
      X.400 P772 ACP127DATA body part
    • BODYPART_MM

      public static final Bodypart.Bodypart_Type BODYPART_MM
      X.400 P772 MM Forwarded bodypart
    • BODYPART_FWDENC

      public static final Bodypart.Bodypart_Type BODYPART_FWDENC
      X.400 P772 Forwarded Encrypted
    • BODYPART_FWD_CONTENT

      public static final Bodypart.Bodypart_Type BODYPART_FWD_CONTENT
      X.400 Forwarded content bodypart specified within X.420
  • Method Details

    • values

      public static Bodypart.Bodypart_Type[] 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 Bodypart.Bodypart_Type 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