|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DeploymentConfiguration.LegacyProperyToStringMode>
com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode
@Deprecated public static enum DeploymentConfiguration.LegacyProperyToStringMode
Determines the mode of the "legacyPropertyToString" parameter.
Enum Constant Summary | |
---|---|
DISABLED
Deprecated. |
|
ENABLED
Deprecated. |
|
WARNING
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getPropertyString()
Deprecated. Gets the string that should be used in e.g. |
java.lang.String |
toString()
Deprecated. |
boolean |
useLegacyMode()
Deprecated. |
static DeploymentConfiguration.LegacyProperyToStringMode |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DeploymentConfiguration.LegacyProperyToStringMode DISABLED
public static final DeploymentConfiguration.LegacyProperyToStringMode WARNING
public static final DeploymentConfiguration.LegacyProperyToStringMode ENABLED
Method Detail |
---|
public static DeploymentConfiguration.LegacyProperyToStringMode[] values()
for (DeploymentConfiguration.LegacyProperyToStringMode c : DeploymentConfiguration.LegacyProperyToStringMode.values()) System.out.println(c);
public static DeploymentConfiguration.LegacyProperyToStringMode 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPropertyString()
public java.lang.String toString()
toString
in class java.lang.Enum<DeploymentConfiguration.LegacyProperyToStringMode>
public boolean useLegacyMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |