org.alfresco.repo.webdav
Class PropPatchMethod.PropertyAction
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SET
public static final int SET
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
PropPatchMethod.PropertyAction
public PropPatchMethod.PropertyAction(int action,
WebDAVProperty property)
- Constructor
- Parameters:
action
- property
-
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.