Package org.apache.webdav.lib.properties
Interface LockEntryProperty
-
-
Field Summary
Fields Modifier and Type Field Description static shortSCOPE_EXCLUSIVEstatic shortSCOPE_SHAREDstatic shortTYPE_WRITE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetScope()shortgetType()-
Methods inherited from interface org.apache.webdav.lib.Property
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode
-
-
-
-
Field Detail
-
TYPE_WRITE
static final short TYPE_WRITE
- See Also:
- Constant Field Values
-
SCOPE_EXCLUSIVE
static final short SCOPE_EXCLUSIVE
- See Also:
- Constant Field Values
-
SCOPE_SHARED
static final short SCOPE_SHARED
- See Also:
- Constant Field Values
-
-