net.java.dev.webdav.jaxrs.xml.properties
Class ResourceType

java.lang.Object
  extended by net.java.dev.webdav.jaxrs.xml.properties.ResourceType

public final class ResourceType
extends java.lang.Object

WebDAV resourcetype Property.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 15.9 "resourcetype Property" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Field Summary
static ResourceType COLLECTION
           
 
Constructor Summary
ResourceType()
          Creates an empty (thus invalid) instance.
ResourceType(java.lang.Object... any)
           
 
Method Summary
 java.util.List<java.lang.Object> getResourceType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION

public static final ResourceType COLLECTION
Constructor Detail

ResourceType

public ResourceType()
Creates an empty (thus invalid) instance. Use only to list property name within response to <propname/> request. Not to be used for creation of valid instances of this property; use ResourceType(Object...) instead.


ResourceType

public ResourceType(java.lang.Object... any)
Method Detail

getResourceType

public final java.util.List<java.lang.Object> getResourceType()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.