org.compiere.vos
Enum ResponseVO.Message.MessageType
java.lang.Object
java.lang.Enum<ResponseVO.Message.MessageType>
org.compiere.vos.ResponseVO.Message.MessageType
- All Implemented Interfaces:
- Serializable, Comparable<ResponseVO.Message.MessageType>
- Enclosing class:
- ResponseVO.Message
public static enum ResponseVO.Message.MessageType
- extends Enum<ResponseVO.Message.MessageType>
Explicit commands for the client to execute
SUCCESS
public static final ResponseVO.Message.MessageType SUCCESS
ERROR
public static final ResponseVO.Message.MessageType ERROR
WARNING
public static final ResponseVO.Message.MessageType WARNING
values
public static ResponseVO.Message.MessageType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ResponseVO.Message.MessageType c : ResponseVO.Message.MessageType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ResponseVO.Message.MessageType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.