org.alfresco.repo.webdav
Class PropPatchMethod.PropertyAction

java.lang.Object
  extended by org.alfresco.repo.webdav.PropPatchMethod.PropertyAction
Enclosing class:
PropPatchMethod

protected class PropPatchMethod.PropertyAction
extends java.lang.Object

Stores information about PROPPATCH action(set or remove) an according property.


Field Summary
static int REMOVE
           
static int SET
           
 
Constructor Summary
PropPatchMethod.PropertyAction(int action, WebDAVProperty property)
          Constructor
 
Method Summary
 int getAction()
           
 WebDAVProperty getProperty()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SET

public static final int SET
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values
Constructor Detail

PropPatchMethod.PropertyAction

public PropPatchMethod.PropertyAction(int action,
                                      WebDAVProperty property)
Constructor

Parameters:
action -
property -
Method Detail

getAction

public int getAction()

getProperty

public WebDAVProperty getProperty()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.