org.eclipse.webdav.dom
Class Bindings.Binding

java.lang.Object
  extended by org.eclipse.webdav.dom.Bindings.Binding
Enclosing class:
Bindings

public class Bindings.Binding
extends Object

This class represent a single binding.

See Also:
Bindings.getBindings()

Constructor Summary
Bindings.Binding(String href, String segment)
          Construct a new binding with the given href and segment.
 
Method Summary
 String getHref()
          Return this binding's href.
 String getSegment()
          Return this binding's segment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bindings.Binding

public Bindings.Binding(String href,
                        String segment)
Construct a new binding with the given href and segment. The href and segment must not be null.

Parameters:
href - the binding's href
segment - the binding's segment
Method Detail

getHref

public String getHref()
Return this binding's href.


getSegment

public String getSegment()
Return this binding's segment.



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.