org.skunk.dav.client
Class DAVProperty
java.lang.Object
|
+--org.skunk.minixml.XMLElement
|
+--org.skunk.dav.client.DAVProperty
- public class DAVProperty
- extends XMLElement
DAVProperty.java
convenience for adding named properties to a propfind
Created: Mon Sep 18 13:51:18 2000
Methods inherited from class org.skunk.minixml.XMLElement |
addChild, attributes, children, getAttribute, getChild, getChild, getChild, getChild, getChild, getChildElement, getDefaultNamespace, getElementName, getElementNamespaceCode, getFullElementName, getNamespace, getNamespace, isEmpty, setAttribute, setParent, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LOCKDISCOVERY
public static final DAVProperty LOCKDISCOVERY
CREATIONDATE
public static final DAVProperty CREATIONDATE
DISPLAYNAME
public static final DAVProperty DISPLAYNAME
GETCONTENTLANGUAGE
public static final DAVProperty GETCONTENTLANGUAGE
GETCONTENTLENGTH
public static final DAVProperty GETCONTENTLENGTH
GETCONTENTTYPE
public static final DAVProperty GETCONTENTTYPE
GETETAG
public static final DAVProperty GETETAG
GETLASTMODIFIED
public static final DAVProperty GETLASTMODIFIED
RESOURCETYPE
public static final DAVProperty RESOURCETYPE
SOURCE
public static final DAVProperty SOURCE
SUPPORTEDLOCK
public static final DAVProperty SUPPORTEDLOCK
EXECUTABLE
public static final DAVProperty EXECUTABLE
BASIC_PROPERTIES
public static final DAVProperty[] BASIC_PROPERTIES
DAVProperty
public DAVProperty(java.lang.String propertyName)
DAVProperty
public DAVProperty(java.lang.String propertyName,
java.lang.String namespaceCode,
java.lang.String namespace)
DAVProperty
public DAVProperty(XMLElement elem)
getCanonicalProperty
public static DAVProperty getCanonicalProperty(java.lang.String canonicalName)
equals
public boolean equals(java.lang.Object otherObject)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object