public class ConstraintsGroup extends ClauseConstraints implements ADQLConstraint
ClauseConstraintsADQLList.ADQLListIteratorAND, defaultSeparator, OR| Constructor and Description |
|---|
ConstraintsGroup() |
ConstraintsGroup(ConstraintsGroup toCopy) |
| Modifier and Type | Method and Description |
|---|---|
ADQLObject |
getCopy()
Gets a (deep) copy of this ADQL object.
|
java.lang.String |
toADQL()
Gets the ADQL expression of this object.
|
add, add, add, add, checkSeparator, clear, getDefaultSeparator, getPossibleSeparators, getSeparator, remove, set, setadqlIterator, get, getName, getPosition, isEmpty, iterator, setPosition, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadqlIterator, getName, getPositionpublic ConstraintsGroup()
public ConstraintsGroup(ConstraintsGroup toCopy) throws java.lang.Exception
java.lang.Exceptionpublic ADQLObject getCopy() throws java.lang.Exception
ADQLObjectgetCopy in interface ADQLObjectgetCopy in class ClauseConstraintsjava.lang.Exception - If there is any error during the copy.public java.lang.String toADQL()
ADQLObjecttoADQL in interface ADQLObjecttoADQL in class ADQLList<ADQLConstraint>