Uses of Class
org.apache.wink.webdav.model.Collection

Packages that use Collection
org.apache.wink.webdav.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Collection in org.apache.wink.webdav.model
 

Fields in org.apache.wink.webdav.model declared as Collection
protected  Collection Resourcetype.collection
           
 

Methods in org.apache.wink.webdav.model that return Collection
 Collection ObjectFactory.createCollection()
          Create an instance of Collection
 Collection Resourcetype.getCollection()
          Gets the value of the collection property.
 

Methods in org.apache.wink.webdav.model with parameters of type Collection
 void Resourcetype.setCollection(Collection value)
          Sets the value of the collection property.
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.