Package org.apache.webdav.lib.properties
Class CheckedinProperty
- java.lang.Object
-
- org.apache.webdav.lib.BaseProperty
-
- org.apache.webdav.lib.properties.HrefValuedProperty
-
- org.apache.webdav.lib.properties.CheckedinProperty
-
- All 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
Fields Modifier and Type Field Description static java.lang.String
TAG_NAME
The property name.-
Fields inherited from class org.apache.webdav.lib.BaseProperty
element, response
-
-
Constructor Summary
Constructors Constructor Description CheckedinProperty(ResponseEntity response, org.w3c.dom.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 Detail
-
TAG_NAME
public static final java.lang.String TAG_NAME
The property name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CheckedinProperty
public CheckedinProperty(ResponseEntity response, org.w3c.dom.Element element)
Default constructor for the property.
-
-