org.openspml.v2.msg.spmlbatch
Class OnError

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

public class OnError
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006

See Also:
Serialized Form

Field Summary
static OnError EXIT
           
static OnError RESUME
           
 
Method Summary
static OnError[] 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

RESUME

public static final OnError RESUME

EXIT

public static final OnError EXIT
Method Detail

getConstants

public static OnError[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.