|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.ldap.container.map.BasicAttributeBinding
public final class BasicAttributeBinding
Maps an RDF URI to an Ldap attribute.
| Constructor Summary | |
|---|---|
BasicAttributeBinding(java.lang.String attribute,
java.net.URI uri,
ValueTransform valueBinding)
Create a new mapping between URI and Ldap attribute. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAttribute()
Gets the Ldap attribute. |
IRIReference |
getPredicateUri()
Gets the URI list. |
ValueTransform |
getValueTransform()
Gets the binding used to transform the value of this attribute to an RDF statement object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicAttributeBinding(java.lang.String attribute,
java.net.URI uri,
ValueTransform valueBinding)
attribute - The Ldap attributeuri - url to bind with the attributevalueBinding - value binding to apply to matching attribute values| Method Detail |
|---|
public java.lang.String getAttribute()
AttributeBinding
getAttribute in interface AttributeBindingpublic IRIReference getPredicateUri()
AttributeBinding
getPredicateUri in interface AttributeBindingpublic ValueTransform getValueTransform()
AttributeBinding
getValueTransform in interface AttributeBinding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||