org.openspml.v2.msg.spml
Class ExecutionMode

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

public final class ExecutionMode
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 1, 2006

See Also:
Serialized Form

Field Summary
static ExecutionMode ASYNCHRONOUS
           
static ExecutionMode SYNCHRONOUS
           
 
Method Summary
static ExecutionMode[] 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

SYNCHRONOUS

public static final ExecutionMode SYNCHRONOUS

ASYNCHRONOUS

public static final ExecutionMode ASYNCHRONOUS
Method Detail

getConstants

public static ExecutionMode[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.