org.compiere.vos
Enum WindowVO.ClientWindowType
java.lang.Object
java.lang.Enum<WindowVO.ClientWindowType>
org.compiere.vos.WindowVO.ClientWindowType
- All Implemented Interfaces:
- Serializable, Comparable<WindowVO.ClientWindowType>
- Enclosing class:
- WindowVO
public static enum WindowVO.ClientWindowType
- extends Enum<WindowVO.ClientWindowType>
GENERIC_STACK
public static final WindowVO.ClientWindowType GENERIC_STACK
SELECTION
public static final WindowVO.ClientWindowType SELECTION
INVOICE_MATCHING
public static final WindowVO.ClientWindowType INVOICE_MATCHING
PAYMENT_ALLOCATION
public static final WindowVO.ClientWindowType PAYMENT_ALLOCATION
PAYMENT_SELECTION
public static final WindowVO.ClientWindowType PAYMENT_SELECTION
PAYMENT_PRINT
public static final WindowVO.ClientWindowType PAYMENT_PRINT
BOM_DROP
public static final WindowVO.ClientWindowType BOM_DROP
MATERIAL_TRANSACTION
public static final WindowVO.ClientWindowType MATERIAL_TRANSACTION
IMPORT_FILE_LOADER
public static final WindowVO.ClientWindowType IMPORT_FILE_LOADER
values
public static WindowVO.ClientWindowType[] 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 (WindowVO.ClientWindowType c : WindowVO.ClientWindowType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WindowVO.ClientWindowType 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.