org.openspml.v2.msg.spmlupdates
Class UpdateKind

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

public class UpdateKind
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006

See Also:
Serialized Form

Field Summary
static UpdateKind ADD
           
static UpdateKind CAPABILITY
           
static UpdateKind DELETE
           
static UpdateKind MODIFY
           
 
Method Summary
static UpdateKind[] 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

ADD

public static final UpdateKind ADD

MODIFY

public static final UpdateKind MODIFY

DELETE

public static final UpdateKind DELETE

CAPABILITY

public static final UpdateKind CAPABILITY
Method Detail

getConstants

public static UpdateKind[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.