org.apache.webdav.lib.properties

Class CheckedinProperty

Implemented Interfaces:
Property

public class CheckedinProperty
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

CheckedinProperty(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

CheckedinProperty

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