|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DAVProperties>
org.torweg.pulse.webdav.util.DAVProperties
public enum DAVProperties
represents the basic DAV resource properties.
(see: http:/ /www.webdav.org/specs/rfc2518.html#dav.properties)
| Enum Constant Summary | |
|---|---|
CREATION_DATE
records the time and date the resource was created. |
|
DISPLAY_NAME
provides a name for the resource that is suitable for presentation to a user. |
|
GET_CONTENT_LANGUAGE
contains the Content-Language header returned by a GET without accept headers. |
|
GET_CONTENT_LENGTH
contains the Content-Length header returned by a GET without accept headers. |
|
GET_CONTENT_TYPE
contains the Content-Type header returned by a GET without accept headers. |
|
GET_ETAG
contains the ETag header returned by a GET without accept headers. |
|
GET_LAST_MODIFIED
contains the Last-Modified header returned by a GET method without accept headers. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
get the name of the element representing the property. |
org.jdom.Namespace |
getNamespace()
get the namespace of the element representing the property. |
static DAVProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DAVProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DAVProperties CREATION_DATE
public static final DAVProperties DISPLAY_NAME
public static final DAVProperties GET_CONTENT_LANGUAGE
public static final DAVProperties GET_CONTENT_LENGTH
public static final DAVProperties GET_CONTENT_TYPE
public static final DAVProperties GET_ETAG
public static final DAVProperties GET_LAST_MODIFIED
| Method Detail |
|---|
public static final DAVProperties[] values()
for(DAVProperties c : DAVProperties.values())
System.out.println(c);
public static DAVProperties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String getName()
public org.jdom.Namespace getNamespace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||