@Deprecated public static enum DifferencesImagePresenter.IMAGE_CONFIG extends java.lang.Enum<DifferencesImagePresenter.IMAGE_CONFIG>
Enum Constant and Description |
---|
bothFiles
Deprecated.
|
disabled
Deprecated.
|
newFile
Deprecated.
|
originalFile
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigKey()
Deprecated.
Returns the configuration value required for this setting
|
boolean |
isDrawLeft()
Deprecated.
|
boolean |
isDrawRight()
Deprecated.
|
static DifferencesImagePresenter.IMAGE_CONFIG |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DifferencesImagePresenter.IMAGE_CONFIG[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DifferencesImagePresenter.IMAGE_CONFIG disabled
public static final DifferencesImagePresenter.IMAGE_CONFIG originalFile
public static final DifferencesImagePresenter.IMAGE_CONFIG newFile
public static final DifferencesImagePresenter.IMAGE_CONFIG bothFiles
public static DifferencesImagePresenter.IMAGE_CONFIG[] values()
for (DifferencesImagePresenter.IMAGE_CONFIG c : DifferencesImagePresenter.IMAGE_CONFIG.values()) System.out.println(c);
public static DifferencesImagePresenter.IMAGE_CONFIG valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getConfigKey()
public boolean isDrawLeft()
public boolean isDrawRight()
Copyright © 2010-2022 by i-net software GmbH