Class SelectRelatedWhereSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<SelectRelatedWhereSet,SelectRelatedWhere>
-
- io.ciera.tool.sql.ooaofooa.selection.impl.SelectRelatedWhereSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<SelectRelatedWhereSet,SelectRelatedWhere>,io.ciera.runtime.summit.types.ISet<SelectRelatedWhere>,io.ciera.runtime.summit.types.IXtumlType,SelectRelatedWhereSet,Iterable<SelectRelatedWhere>,Collection<SelectRelatedWhere>,Set<SelectRelatedWhere>
public class SelectRelatedWhereSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<SelectRelatedWhereSet,SelectRelatedWhere> implements SelectRelatedWhereSet
-
-
Constructor Summary
Constructors Constructor Description SelectRelatedWhereSetImpl()SelectRelatedWhereSetImpl(Comparator<? super SelectRelatedWhere> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SelectRelatedWhere>elements()SelectRelatedWhereSetemptySet()SelectRelatedWhereSetemptySet(Comparator<? super SelectRelatedWhere> comp)SelectRelatedWherenullElement()ValueSetR611_where_clause_Value()ACT_SELSetR664_is_a_ACT_SEL()voidsetStatement_ID(io.ciera.runtime.summit.types.UniqueId ref_Statement_ID)voidsetWhere_Clause_Value_ID(io.ciera.runtime.summit.types.UniqueId ref_Where_Clause_Value_ID)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
SelectRelatedWhereSetImpl
public SelectRelatedWhereSetImpl()
-
SelectRelatedWhereSetImpl
public SelectRelatedWhereSetImpl(Comparator<? super SelectRelatedWhere> comp)
-
-
Method Detail
-
setWhere_Clause_Value_ID
public void setWhere_Clause_Value_ID(io.ciera.runtime.summit.types.UniqueId ref_Where_Clause_Value_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setWhere_Clause_Value_IDin interfaceSelectRelatedWhereSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setStatement_ID
public void setStatement_ID(io.ciera.runtime.summit.types.UniqueId ref_Statement_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setStatement_IDin interfaceSelectRelatedWhereSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R611_where_clause_Value
public ValueSet R611_where_clause_Value() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R611_where_clause_Valuein interfaceSelectRelatedWhereSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R664_is_a_ACT_SEL
public ACT_SELSet R664_is_a_ACT_SEL() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R664_is_a_ACT_SELin interfaceSelectRelatedWhereSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public SelectRelatedWhere nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<SelectRelatedWhere>
-
emptySet
public SelectRelatedWhereSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<SelectRelatedWhere>
-
emptySet
public SelectRelatedWhereSet emptySet(Comparator<? super SelectRelatedWhere> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<SelectRelatedWhere>
-
elements
public List<SelectRelatedWhere> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<SelectRelatedWhere>
-
-