org.openspml.v2.msg.spml
Class ModificationMode

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

public class ModificationMode
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 7, 2006

See Also:
Serialized Form

Field Summary
static ModificationMode ADD
           
static ModificationMode DELETE
           
static ModificationMode REPLACE
           
 
Method Summary
static ModificationMode getConstant(java.lang.String name)
           
static ModificationMode[] 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 ModificationMode ADD

REPLACE

public static final ModificationMode REPLACE

DELETE

public static final ModificationMode DELETE
Method Detail

getConstants

public static ModificationMode[] getConstants()

getConstant

public static ModificationMode getConstant(java.lang.String name)


Copyright © Sun Microsystems, Inc. All Rights Reserved.