Enum Class的使用
enums.SignType

使用SignType的程序包
程序包
说明
 
  • enumsSignType的使用

    返回SignTypeenums中的方法
    修饰符和类型
    方法
    说明
    static SignType
    SignType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static SignType[]
    SignType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.