|
|||||||||
| Home >> All >> org >> apache >> webdav >> lib >> [ properties overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.webdav.lib.properties
Class DateProperty

java.lang.Objectorg.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.DateProperty
- All Implemented Interfaces:
- org.apache.webdav.lib.Property
- Direct Known Subclasses:
- CreationDateProperty, GetLastModifiedProperty, ModificationDateProperty
- public abstract class DateProperty
- extends org.apache.webdav.lib.BaseProperty
Base for all properties that contain date values.
| Field Summary | |
private static java.text.SimpleDateFormat[] |
FORMATS
|
| Fields inherited from class org.apache.webdav.lib.BaseProperty |
element, response |
| Constructor Summary | |
DateProperty(org.apache.webdav.lib.ResponseEntity response,
org.w3c.dom.Element element)
|
|
| Method Summary | |
java.util.Date |
getDate()
Returns the date value. |
| Methods inherited from class org.apache.webdav.lib.BaseProperty |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
FORMATS
private static final java.text.SimpleDateFormat[] FORMATS
| Constructor Detail |
DateProperty
public DateProperty(org.apache.webdav.lib.ResponseEntity response, org.w3c.dom.Element element)
| Method Detail |
getDate
public java.util.Date getDate()
- Returns the date value.
|
|||||||||
| Home >> All >> org >> apache >> webdav >> lib >> [ properties overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC