Class AcceptEventActionSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<AcceptEventActionSet,AcceptEventAction>
-
- io.ciera.tool.sql.ooaofooa.activity.impl.AcceptEventActionSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<AcceptEventActionSet,AcceptEventAction>,io.ciera.runtime.summit.types.ISet<AcceptEventAction>,io.ciera.runtime.summit.types.IXtumlType,AcceptEventActionSet,Iterable<AcceptEventAction>,Collection<AcceptEventAction>,Set<AcceptEventAction>
public class AcceptEventActionSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<AcceptEventActionSet,AcceptEventAction> implements AcceptEventActionSet
-
-
Constructor Summary
Constructors Constructor Description AcceptEventActionSetImpl()AcceptEventActionSetImpl(Comparator<? super AcceptEventAction> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AcceptEventAction>elements()AcceptEventActionSetemptySet()AcceptEventActionSetemptySet(Comparator<? super AcceptEventAction> comp)AcceptEventActionnullElement()AcceptEventSetR1112_is_a_AcceptEvent()voidsetDescrip(String m_Descrip)voidsetId(io.ciera.runtime.summit.types.UniqueId ref_Id)voidsetName(String m_Name)-
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
-
AcceptEventActionSetImpl
public AcceptEventActionSetImpl()
-
AcceptEventActionSetImpl
public AcceptEventActionSetImpl(Comparator<? super AcceptEventAction> comp)
-
-
Method Detail
-
setDescrip
public void setDescrip(String m_Descrip) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setDescripin interfaceAcceptEventActionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setId
public void setId(io.ciera.runtime.summit.types.UniqueId ref_Id) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setIdin interfaceAcceptEventActionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
public void setName(String m_Name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setNamein interfaceAcceptEventActionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R1112_is_a_AcceptEvent
public AcceptEventSet R1112_is_a_AcceptEvent() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R1112_is_a_AcceptEventin interfaceAcceptEventActionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public AcceptEventAction nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<AcceptEventAction>
-
emptySet
public AcceptEventActionSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<AcceptEventAction>
-
emptySet
public AcceptEventActionSet emptySet(Comparator<? super AcceptEventAction> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<AcceptEventAction>
-
elements
public List<AcceptEventAction> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<AcceptEventAction>
-
-