|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.gcubedocumentlibrary.properties.BaseProperty
public abstract class BaseProperty
Partial implementation of Property.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
javax.xml.namespace.QName |
name()
Returns the name of the property. |
EdgePredicate |
newPredicate()
Returns an EdgePredicate for the property with the default constraint on the target node. |
EdgePredicate |
newPredicate(Predicate p)
Returns an EdgePredicate for the property with a given constraint on the target node. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public EdgePredicate newPredicate()
EdgePredicate for the property with the default constraint on the target node.
newPredicate in interface PropertyEdgePredicate.public EdgePredicate newPredicate(Predicate p)
EdgePredicate for the property with a given constraint on the target node.
newPredicate in interface Propertyp - the constraint.
EdgePredicate.public javax.xml.namespace.QName name()
name in interface Propertypublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||