public abstract class QntPredImpl extends PredImpl implements QntPred
QntPred
.Modifier | Constructor and Description |
---|---|
protected |
QntPredImpl()
The default constructor.
|
protected |
QntPredImpl(BaseFactory factory) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
boolean |
equals(Object obj)
Compares the specified object with this QntPredImpl
for equality.
|
Pred |
getPred()
Returns the Pred element.
|
SchText |
getSchText()
Returns the SchText element.
|
ZSchText |
getZSchText()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this QntPredImpl.
|
void |
setPred(Pred pred)
Sets the Pred element.
|
void |
setSchText(SchText schText)
Sets the SchText element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
protected QntPredImpl()
object factory
.protected QntPredImpl(BaseFactory factory)
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public SchText getSchText()
QntPred
getSchText
in interface QntPred
public void setSchText(SchText schText)
QntPred
setSchText
in interface QntPred
schText
- the SchText element.QntPred.getSchText()
public void setPred(Pred pred)
QntPred
setPred
in interface QntPred
pred
- the Pred element.QntPred.getPred()
public ZSchText getZSchText()
getZSchText
in interface QntPred
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.