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