|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.webdav.dom.Bindings.Binding
public class Bindings.Binding
This class represent a single binding.
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 |
---|
public Bindings.Binding(String href, String segment)
href
- the binding's hrefsegment
- the binding's segmentMethod Detail |
---|
public String getHref()
public String getSegment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |