public interface OptempPara extends Para
Modifier and Type | Method and Description |
---|---|
Assoc |
getAssoc()
Returns the Assoc element.
|
Cat |
getCat()
Returns the Cat element.
|
ListTerm<Oper> |
getOper()
Returns the Oper elements.
|
BigInteger |
getPrec()
Returns the Prec element.
|
void |
setAssoc(Assoc assoc)
Sets the Assoc element.
|
void |
setCat(Cat cat)
Sets the Cat element.
|
void |
setPrec(BigInteger prec)
Sets the Prec element.
|
ListTerm<Oper> getOper()
Returns the Oper elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
Cat getCat()
void setCat(Cat cat)
cat
- the Cat element.getCat()
Assoc getAssoc()
void setAssoc(Assoc assoc)
assoc
- the Assoc element.getAssoc()
BigInteger getPrec()
void setPrec(BigInteger prec)
prec
- the Prec element.getPrec()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.