public static enum Messages.ValidationManagerImpl extends Enum<Messages.ValidationManagerImpl>
Enum Constant and Description |
---|
ValidationRulesProviderError |
ValidationRulesProviderNullStream |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.ValidationManagerImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.ValidationManagerImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.ValidationManagerImpl ValidationRulesProviderError
public static final Messages.ValidationManagerImpl ValidationRulesProviderNullStream
public static Messages.ValidationManagerImpl[] values()
for (Messages.ValidationManagerImpl c : Messages.ValidationManagerImpl.values()) System.out.println(c);
public static Messages.ValidationManagerImpl 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 toString()
toString
in class Enum<Messages.ValidationManagerImpl>
Copyright © 2013–2019. All rights reserved.