Enum Class EntityState

java.lang.Object
java.lang.Enum<EntityState>
com.sh.mail.mime4j.stream.EntityState
所有已实现的接口:
Serializable, Comparable<EntityState>, Constable

public enum EntityState extends Enum<EntityState>

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
  • 嵌套类概要

    从类继承的嵌套类/接口 java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • 枚举常量概要

    枚举常量
    枚举常量
    说明
    This token indicates, that an atomic entity is being parsed.
    This token indicates, that the MIME stream is currently at the end of a body part.
    This token indicates, that part headers have now been parsed.
    This token indicates, that the MIME stream is currently at the end of a message.
    This token indicates, that a multipart body has been parsed.
    This token indicates, that the MIME stream has been completely and successfully parsed, and no more data is available.
    This token indicates, that a multiparts epilogue is being parsed.
    This token indicates, that a message parts field has now been parsed.
    This token indicates, that a multiparts preamble is being parsed.
    This token indicates, that a raw entity is currently being processed.
    This token indicates, that the MIME stream is currently at the beginning of a body part.
    This token indicates, that a message parts headers are now being parsed.
    This token indicates, that the MIME stream is currently at the beginning of a message.
    This token indicates, that a multipart body is being parsed.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the enum constant of this class with the specified name.
    static EntityState[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    从类继承的方法 java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 枚举常量详细资料

    • T_START_MESSAGE

      public static final EntityState T_START_MESSAGE
      This token indicates, that the MIME stream is currently at the beginning of a message.
    • T_END_MESSAGE

      public static final EntityState T_END_MESSAGE
      This token indicates, that the MIME stream is currently at the end of a message.
    • T_RAW_ENTITY

      public static final EntityState T_RAW_ENTITY
      This token indicates, that a raw entity is currently being processed.
    • T_START_HEADER

      public static final EntityState T_START_HEADER
      This token indicates, that a message parts headers are now being parsed.
    • T_FIELD

      public static final EntityState T_FIELD
      This token indicates, that a message parts field has now been parsed.
    • T_END_HEADER

      public static final EntityState T_END_HEADER
      This token indicates, that part headers have now been parsed.
    • T_START_MULTIPART

      public static final EntityState T_START_MULTIPART
      This token indicates, that a multipart body is being parsed.
    • T_END_MULTIPART

      public static final EntityState T_END_MULTIPART
      This token indicates, that a multipart body has been parsed.
    • T_PREAMBLE

      public static final EntityState T_PREAMBLE
      This token indicates, that a multiparts preamble is being parsed.
    • T_EPILOGUE

      public static final EntityState T_EPILOGUE
      This token indicates, that a multiparts epilogue is being parsed.
    • T_START_BODYPART

      public static final EntityState T_START_BODYPART
      This token indicates, that the MIME stream is currently at the beginning of a body part.
    • T_END_BODYPART

      public static final EntityState T_END_BODYPART
      This token indicates, that the MIME stream is currently at the end of a body part.
    • T_BODY

      public static final EntityState T_BODY
      This token indicates, that an atomic entity is being parsed.
    • T_END_OF_STREAM

      public static final EntityState T_END_OF_STREAM
      This token indicates, that the MIME stream has been completely and successfully parsed, and no more data is available.
  • 方法详细资料

    • values

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

      public static EntityState 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值