Compiere 3.1

org.compiere.vos
Enum WindowVO.ClientWindowType

java.lang.Object
  extended by java.lang.Enum<WindowVO.ClientWindowType>
      extended by org.compiere.vos.WindowVO.ClientWindowType
All Implemented Interfaces:
Serializable, Comparable<WindowVO.ClientWindowType>
Enclosing class:
WindowVO

public static enum WindowVO.ClientWindowType
extends Enum<WindowVO.ClientWindowType>


Enum Constant Summary
BOM_DROP
           
GENERIC_STACK
           
IMPORT_FILE_LOADER
           
INVOICE_MATCHING
           
MATERIAL_TRANSACTION
           
PAYMENT_ALLOCATION
           
PAYMENT_PRINT
           
PAYMENT_SELECTION
           
SELECTION
           
 
Method Summary
static WindowVO.ClientWindowType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WindowVO.ClientWindowType[] values()
          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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.