Uses of Class
com.tietoenator.trip.jxp.ccl.TdbTerm
-
Packages that use TdbTerm Package Description com.tietoenator.trip.jxp.ccl CCL command processing support. -
-
Uses of TdbTerm in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbTerm Modifier and Type Method Description TdbTerm
TdbTermList. get(int index)
Returns a TdbTerm instance for the term at the specified index.TdbTerm[]
TdbTermList. toArray()
Returns the entire term list as an array.Methods in com.tietoenator.trip.jxp.ccl that return types with arguments of type TdbTerm Modifier and Type Method Description java.util.Iterator<TdbTerm>
TdbTermList. iterator()
Returns an iterator over the terms in this term list.
-