public class BindingReference
extends java.lang.Object
| Constructor and Description |
|---|
BindingReference(oracle.adfdt.model.objects.BaseElementObject binding,
java.lang.String id,
org.w3c.dom.Node source,
float rank)
Creates a
BindingReference. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
oracle.adfdt.model.objects.BaseElementObject |
getBinding()
Returns the binding.
|
org.w3c.dom.Element |
getBindingElement()
Returns the DOM element associated with the binding.
|
java.lang.String |
getBindingId()
Returns the id of the referenced binding.
|
float |
getRank()
Returns the rank of this binding reference.
|
java.lang.String |
getSource()
Returns the local name of the node (typically an attribute) that contained the reference.
|
int |
hashCode() |
public BindingReference(oracle.adfdt.model.objects.BaseElementObject binding,
java.lang.String id,
org.w3c.dom.Node source,
float rank)
BindingReference. The page definition is used to lazily
create bindings.
The rank is relative. A "certain" hit for a binding that is the principle binding
for the pattern should be ranked 1.0f. Unsure hits should be ranked around 0.2f.binding - binding elementid - binding idsource - source noderank - binding rankpublic java.lang.String getSource()
public java.lang.String getBindingId()
public oracle.adfdt.model.objects.BaseElementObject getBinding()
public org.w3c.dom.Element getBindingElement()
public float getRank()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object