Enum Class LoginInformationProvider.JobType
- All Implemented Interfaces:
Serializable, Comparable<LoginInformationProvider.JobType>, Constable
- Enclosing class:
LoginInformationProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetById(int g) getByType(int g) Returns the enum constant of this class with the specified name.static LoginInformationProvider.JobType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
終極冒險家
-
末日反抗軍
-
冒險家
-
皇家騎士團
-
狂狼勇士
-
龍魔導士
-
精靈遊俠
-
惡魔
-
幻影俠盜
-
影武者
-
米哈逸
-
蒼龍俠客
-
重砲指揮官
-
-
Field Details
-
type
public int type -
id
public int id -
map
public int map -
flag
public int flag
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getByType
-
getById
-