org.openspml.v2.msg.spml
Class StatusCode

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

public final class StatusCode
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 1, 2006

See Also:
Serialized Form

Field Summary
static StatusCode FAILURE
           
static StatusCode PENDING
           
static StatusCode SUCCESS
           
 
Method Summary
static StatusCode[] 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

SUCCESS

public static final StatusCode SUCCESS

FAILURE

public static final StatusCode FAILURE

PENDING

public static final StatusCode PENDING
Method Detail

getConstants

public static StatusCode[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.