org.apache.webdav.lib.properties

Class CheckedoutProperty

Implemented Interfaces:
Property

public class CheckedoutProperty
extends HrefValuedProperty

This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.

Field Summary

static String
TAG_NAME
The property name.

Fields inherited from class org.apache.webdav.lib.BaseProperty

element, response

Constructor Summary

CheckedoutProperty(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, getPropertyAsString, getStatusCode, toString

Field Details

TAG_NAME

public static final String TAG_NAME
The property name.

Constructor Details

CheckedoutProperty

public CheckedoutProperty(ResponseEntity response,
                          Element element)
Default constructor for the property.