|
||||||||||
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 Property
EdgePredicate
.public EdgePredicate newPredicate(Predicate p)
EdgePredicate
for the property with a given constraint on the target node.
newPredicate
in interface Property
p
- the constraint.
EdgePredicate
.public javax.xml.namespace.QName name()
name
in interface Property
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |