Package org.apache.webdav.lib.properties
Interface LockEntryProperty
-
-
Field Summary
Fields Modifier and Type Field Description static short
SCOPE_EXCLUSIVE
static short
SCOPE_SHARED
static short
TYPE_WRITE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getScope()
short
getType()
-
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
-
-