org.apache.webdav.lib.properties
Interface LockEntryProperty

All Superinterfaces:
Property

public interface LockEntryProperty
extends Property

Version:
$Revision: 1.3 $

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

static final short TYPE_WRITE
See Also:
Constant Field Values

SCOPE_EXCLUSIVE

static final short SCOPE_EXCLUSIVE
See Also:
Constant Field Values

SCOPE_SHARED

static final short SCOPE_SHARED
See Also:
Constant Field Values
Method Detail

getScope

short getScope()

getType

short getType()