public static enum RegionImportJson.RegionMerge.AutoAnswerType extends Enum<RegionImportJson.RegionMerge.AutoAnswerType>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RegionImportJson.RegionMerge.AutoAnswerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionImportJson.RegionMerge.AutoAnswerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionImportJson.RegionMerge.AutoAnswerType ONCE
public static final RegionImportJson.RegionMerge.AutoAnswerType TYPE
public static final RegionImportJson.RegionMerge.AutoAnswerType ALL
public static RegionImportJson.RegionMerge.AutoAnswerType[] values()
for (RegionImportJson.RegionMerge.AutoAnswerType c : RegionImportJson.RegionMerge.AutoAnswerType.values()) System.out.println(c);
public static RegionImportJson.RegionMerge.AutoAnswerType 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<RegionImportJson.RegionMerge.AutoAnswerType>
Copyright © 1999–2020 CodeLutin. All rights reserved.