Enum Class FileTypeEnums
- 所有已实现的接口:
InterfaceEnum
,Serializable
,Comparable<FileTypeEnums>
,Constable
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量 -
方法概要
修饰符和类型方法说明static FileTypeEnums
formByValue
(String value) 通过值获取文件类型getNode()
获取下节点值getText()
获取描述getValue()
获取值static FileTypeEnums
Returns the enum constant of this class with the specified name.static FileTypeEnums[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
UNKNOWN
未知道设备 -
GZ
音频 -
PGP_4
图片 -
BMP
图片 BMP -
ITC
图片 -
XPM
图片 -
GKS
图片 -
NIF
图片 -
PM
图片 -
PS
图片 -
FITS
图片 -
RGB
图片 -
FIG
图片 -
TAR
图片 -
Z
图片 -
BZ
图片 -
PGP_3
图片 -
PNG
PNG -
PGP_2
PGP_2 -
PGP
PGP -
PGP_1
PGP_1 -
ZIP
ZIP -
ELF
PGP_2 -
TIF_2
TIF_2 -
TIF
TIF -
RAS
RAS -
JPG
JPG -
GIF
GIF -
XCF
XCF -
MZ
MZ -
TIF_1
TIF_1 -
GZIP
PGP_2 -
PGP_0
PGP_0 -
ELF_1
ELF_1
-
-
方法详细资料
-
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
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 nameNullPointerException
- 如果参数为空值
-
getValue
获取值- 指定者:
getValue
在接口中InterfaceEnum
- 返回:
- 返回值
-
getText
获取描述- 指定者:
getText
在接口中InterfaceEnum
- 返回:
- 返描述
-
getNode
获取下节点值- 指定者:
getNode
在接口中InterfaceEnum
- 返回:
- 返下节点值
-
formByValue
通过值获取文件类型- 参数:
value
- 值- 返回:
- 返回类型
-