Uses of Class
org.openspml.v2.msg.spmlupdates.UpdateKind

Packages that use UpdateKind
org.openspml.v2.msg.spmlupdates   
 

Uses of UpdateKind in org.openspml.v2.msg.spmlupdates
 

Fields in org.openspml.v2.msg.spmlupdates declared as UpdateKind
static UpdateKind UpdateKind.ADD
           
static UpdateKind UpdateKind.MODIFY
           
static UpdateKind UpdateKind.DELETE
           
static UpdateKind UpdateKind.CAPABILITY
           
 

Methods in org.openspml.v2.msg.spmlupdates that return UpdateKind
static UpdateKind[] UpdateKind.getConstants()
           
 UpdateKind Update.getUpdateKind()
           
 

Methods in org.openspml.v2.msg.spmlupdates with parameters of type UpdateKind
 void Update.setUpdateKind(UpdateKind updateKind)
           
 

Constructors in org.openspml.v2.msg.spmlupdates with parameters of type UpdateKind
Update(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, java.lang.String timestamp, UpdateKind updateKind, java.lang.String wasUpdatedByCapability)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.