org.apache.webdav.lib.properties
Interface LockEntryProperty

All Superinterfaces:
Property

public interface LockEntryProperty
extends Property

Version:
$Revision: 1.1 $
Author:
BC Holmes

Field Summary
static short SCOPE_EXCLUSIVE
           
static short SCOPE_SHARED
           
static short TYPE_WRITE
           
 
Method Summary
 short getScope()
           
 short getType()
           
 
Methods inherited from interface org.apache.webdav.lib.Property
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode
 

Field Detail

TYPE_WRITE

public static final short TYPE_WRITE

SCOPE_EXCLUSIVE

public static final short SCOPE_EXCLUSIVE

SCOPE_SHARED

public static final short SCOPE_SHARED
Method Detail

getScope

public short getScope()

getType

public short getType()