Serializable, Comparable<Settings.CloneMetadataEnum>public static enum Settings.CloneMetadataEnum extends Enum<Settings.CloneMetadataEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Settings.CloneMetadataEnum.Adapter |
| Enum Constant | Description |
|---|---|
DEFAULT |
|
FILEAUTHOR |
|
SOURCE |
|
TARGET |
| Modifier and Type | Method | Description |
|---|---|---|
static Settings.CloneMetadataEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static Settings.CloneMetadataEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Settings.CloneMetadataEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Settings.CloneMetadataEnum DEFAULT
public static final Settings.CloneMetadataEnum SOURCE
public static final Settings.CloneMetadataEnum TARGET
public static final Settings.CloneMetadataEnum FILEAUTHOR
public static Settings.CloneMetadataEnum[] values()
for (Settings.CloneMetadataEnum c : Settings.CloneMetadataEnum.values()) System.out.println(c);
public static Settings.CloneMetadataEnum 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 getValue()
public String toString()
toString in class Enum<Settings.CloneMetadataEnum>public static Settings.CloneMetadataEnum fromValue(String text)
Copyright © 2025. All rights reserved.