Package org.apache.webdav.lib.properties
Class CheckedoutProperty
java.lang.Object
org.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.HrefValuedProperty
org.apache.webdav.lib.properties.CheckedoutProperty
- All Implemented Interfaces:
Property
This interface models the
<D:checked-in>
property, which is
defined in the WebDAV Access Control Protocol specification.-
Field Summary
FieldsFields inherited from class org.apache.webdav.lib.BaseProperty
element, response
-
Constructor Summary
ConstructorsConstructorDescriptionCheckedoutProperty
(ResponseEntity response, Element element) Default constructor for the property. -
Method Summary
Methods inherited from class org.apache.webdav.lib.properties.HrefValuedProperty
getHref, getPropertyAsString, toString
Methods inherited from class org.apache.webdav.lib.BaseProperty
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getStatusCode
-
Field Details
-
TAG_NAME
The property name.- See Also:
-
-
Constructor Details
-
CheckedoutProperty
Default constructor for the property.
-