public enum CodeUploadSetting extends Enum<CodeUploadSetting>
Modifier and Type | Method and Description |
---|---|
static CodeUploadSetting |
getByValue(String value) |
String |
toString() |
static CodeUploadSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeUploadSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeUploadSetting AllCode
public static final CodeUploadSetting None
public static final CodeUploadSetting OnlyNew
public static CodeUploadSetting[] values()
for (CodeUploadSetting c : CodeUploadSetting.values()) System.out.println(c);
public static CodeUploadSetting valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<CodeUploadSetting>
public static CodeUploadSetting getByValue(String value)
Copyright © 2016–2022. All rights reserved.