net.java.dev.webdav.jaxrs.xml.elements
Class RemoveOrSet

java.lang.Object
  extended by net.java.dev.webdav.jaxrs.xml.elements.RemoveOrSet
Direct Known Subclasses:
Remove, Set

public abstract class RemoveOrSet
extends java.lang.Object

Internal superclass of set and remove WebDAV elements.
This class shall not be used directly, but instead Set and Remove classes should be used.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Set, Remove

Constructor Summary
protected RemoveOrSet()
           
  RemoveOrSet(Prop prop)
           
 
Method Summary
 Prop getProp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveOrSet

protected RemoveOrSet()

RemoveOrSet

public RemoveOrSet(Prop prop)
Method Detail

getProp

public final Prop getProp()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.