Enum Class RawType

java.lang.Object
java.lang.Enum<RawType>
cool.scx.enumeration.RawType
所有已实现的接口:
Serializable, Comparable<RawType>, Constable

public enum RawType extends Enum<RawType>

RawType class.

版本:
1.3.4
作者:
scx567888
  • 枚举常量详细资料

    • BIN

      public static final RawType BIN
      未知的 二进制类型
    • TXT

      public static final RawType TXT
      文本类型
    • XML

      public static final RawType XML
    • DOCX

      public static final RawType DOCX
    • DOC

      public static final RawType DOC
    • XLS

      public static final RawType XLS
    • XLSX

      public static final RawType XLSX
    • PPT

      public static final RawType PPT
    • PPTX

      public static final RawType PPTX
    • ZIP

      public static final RawType ZIP
    • PNG

      public static final RawType PNG
    • JPG

      public static final RawType JPG
    • GIF

      public static final RawType GIF
    • MP3

      public static final RawType MP3
    • MP4

      public static final RawType MP4
  • 方法详细资料

    • values

      public static RawType[] 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 RawType 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 - 如果参数为空值
    • mimeType

      public String mimeType()

      mimeType.

      返回:
      a String object