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

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

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

Fields in org.apache.wink.webdav.model declared as Locktype
protected  Locktype Lockinfo.locktype
           
protected  Locktype Lockentry.locktype
           
protected  Locktype Activelock.locktype
           
 

Methods in org.apache.wink.webdav.model that return Locktype
 Locktype ObjectFactory.createLocktype()
          Create an instance of Locktype
 Locktype Lockinfo.getLocktype()
          Gets the value of the locktype property.
 Locktype Lockentry.getLocktype()
          Gets the value of the locktype property.
 Locktype Activelock.getLocktype()
          Gets the value of the locktype property.
 

Methods in org.apache.wink.webdav.model with parameters of type Locktype
 void Lockinfo.setLocktype(Locktype value)
          Sets the value of the locktype property.
 void Lockentry.setLocktype(Locktype value)
          Sets the value of the locktype property.
 void Activelock.setLocktype(Locktype value)
          Sets the value of the locktype property.
 



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