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

abstract short
getScope()
abstract short
getType()

Methods inherited from interface org.apache.webdav.lib.Property

getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode

Field Details

SCOPE_EXCLUSIVE

public static final short SCOPE_EXCLUSIVE
Field Value:
0

SCOPE_SHARED

public static final short SCOPE_SHARED
Field Value:
1

TYPE_WRITE

public static final short TYPE_WRITE
Field Value:
0

Method Details

getScope

public abstract short getScope()

getType

public abstract short getType()