Package org.apache.webdav.lib.properties
Class CreationDateProperty
- java.lang.Object
-
- org.apache.webdav.lib.BaseProperty
-
- org.apache.webdav.lib.properties.DateProperty
-
- org.apache.webdav.lib.properties.CreationDateProperty
-
- All Implemented Interfaces:
Property
public class CreationDateProperty extends DateProperty
DAV:creationdate
property
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG_NAME
-
Fields inherited from class org.apache.webdav.lib.BaseProperty
element, response
-
-
Constructor Summary
Constructors Constructor Description CreationDateProperty(ResponseEntity response, org.w3c.dom.Element element)
-
Method Summary
-
Methods inherited from class org.apache.webdav.lib.properties.DateProperty
getDate
-
Methods inherited from class org.apache.webdav.lib.BaseProperty
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString
-
-
-
-
Field Detail
-
TAG_NAME
public static final java.lang.String TAG_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CreationDateProperty
public CreationDateProperty(ResponseEntity response, org.w3c.dom.Element element)
-
-