public class ConstraintsGroup extends ClauseConstraints implements ADQLConstraint
ClauseConstraints
ADQLList.ADQLListIterator
AND, 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, set
adqlIterator, get, getName, getPosition, isEmpty, iterator, setPosition, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adqlIterator, getName, getPosition
public ConstraintsGroup()
public ConstraintsGroup(ConstraintsGroup toCopy) throws java.lang.Exception
java.lang.Exception
public ADQLObject getCopy() throws java.lang.Exception
ADQLObject
getCopy
in interface ADQLObject
getCopy
in class ClauseConstraints
java.lang.Exception
- If there is any error during the copy.public java.lang.String toADQL()
ADQLObject
toADQL
in interface ADQLObject
toADQL
in class ADQLList<ADQLConstraint>