Enum Class JobConstants.JobType
- All Implemented Interfaces:
Serializable, Comparable<JobConstants.JobType>, Constable
- Enclosing class:
JobConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbooleanintvoidsetEnableCreate(boolean info) static JobConstants.JobTypeReturns the enum constant of this class with the specified name.static JobConstants.JobType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
末日反抗軍
-
冒險家
-
皇家騎士團
-
狂狼勇士
-
龍魔導士
-
精靈遊俠
-
惡魔
-
幻影俠盜
-
影武者
-
米哈逸
-
蒼龍俠客
-
重砲指揮官
-
-
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
-
getJobType
public int getJobType() -
enableCreate
public boolean enableCreate() -
setEnableCreate
public void setEnableCreate(boolean info)
-