org.apache.webdav.lib.properties
Interface LockEntryProperty
- All Superinterfaces:
- Property
- public interface LockEntryProperty
- extends Property
- Version:
- $Revision: 1.1.2.1 $
- Author:
- BC Holmes
TYPE_WRITE
public static final short TYPE_WRITE
- See Also:
- Constant Field Values
SCOPE_EXCLUSIVE
public static final short SCOPE_EXCLUSIVE
- See Also:
- Constant Field Values
SCOPE_SHARED
public static final short SCOPE_SHARED
- See Also:
- Constant Field Values
getScope
public short getScope()
getType
public short getType()