@Deprecated public static enum DeploymentConfiguration.LegacyProperyToStringMode extends Enum<DeploymentConfiguration.LegacyProperyToStringMode>
Enum Constant and Description |
---|
DISABLED
Deprecated.
|
ENABLED
Deprecated.
|
WARNING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyString()
Deprecated.
Gets the string that should be used in e.g.
|
String |
toString()
Deprecated.
|
boolean |
useLegacyMode()
Deprecated.
|
static DeploymentConfiguration.LegacyProperyToStringMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DeploymentConfiguration.LegacyProperyToStringMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentConfiguration.LegacyProperyToStringMode DISABLED
public static final DeploymentConfiguration.LegacyProperyToStringMode WARNING
public static final DeploymentConfiguration.LegacyProperyToStringMode ENABLED
public static DeploymentConfiguration.LegacyProperyToStringMode[] values()
for (DeploymentConfiguration.LegacyProperyToStringMode c : DeploymentConfiguration.LegacyProperyToStringMode.values()) System.out.println(c);
public static DeploymentConfiguration.LegacyProperyToStringMode 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 getPropertyString()
public String toString()
toString
in class Enum<DeploymentConfiguration.LegacyProperyToStringMode>
public boolean useLegacyMode()
Copyright © 2021 Vaadin Ltd. All rights reserved.