org.openspml.v2.msg.spmlbatch
Class Processing

java.lang.Object
  extended byorg.openspml.v2.util.EnumConstant
      extended byorg.openspml.v2.util.BasicStringEnumConstant
          extended byorg.openspml.v2.msg.spmlbatch.Processing
All Implemented Interfaces:
java.io.Serializable

public class Processing
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006

See Also:
Serialized Form

Field Summary
static Processing PARALLEL
           
static Processing SEQUENTIAL
           
 
Method Summary
static Processing[] getConstants()
           
 
Methods inherited from class org.openspml.v2.util.BasicStringEnumConstant
getConstant, toString
 
Methods inherited from class org.openspml.v2.util.EnumConstant
getEnumConstants, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEQUENTIAL

public static final Processing SEQUENTIAL

PARALLEL

public static final Processing PARALLEL
Method Detail

getConstants

public static Processing[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.