ADQLObject
, ADQLConstraint
public class ConstraintsGroup extends ClauseConstraints implements ADQLConstraint
ClauseConstraints
ADQLList.ADQLListIterator
AND, defaultSeparator, OR
Constructor | Description |
---|---|
ConstraintsGroup() |
|
ConstraintsGroup(ConstraintsGroup toCopy) |
Modifier and Type | Method | Description |
---|---|---|
ADQLObject |
getCopy() |
Gets a (deep) copy of this ADQL object.
|
java.lang.String |
toADQL() |
Gets the ADQL expression of this object.
|
adqlIterator, get, getName, getPosition, isEmpty, iterator, setPosition, size
adqlIterator, getName, getPosition
add, add, add, add, checkSeparator, clear, getDefaultSeparator, getPossibleSeparators, getSeparator, remove, set, set
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>