Package io.ciera.tool.sql.loader.impl
Class EventInstanceLoaderSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<EventInstanceLoaderSet,EventInstanceLoader>
-
- io.ciera.tool.sql.loader.impl.EventInstanceLoaderSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<EventInstanceLoaderSet,EventInstanceLoader>,io.ciera.runtime.summit.types.ISet<EventInstanceLoader>,io.ciera.runtime.summit.types.IXtumlType,EventInstanceLoaderSet,Iterable<EventInstanceLoader>,Collection<EventInstanceLoader>,Set<EventInstanceLoader>
public class EventInstanceLoaderSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<EventInstanceLoaderSet,EventInstanceLoader> implements EventInstanceLoaderSet
-
-
Constructor Summary
Constructors Constructor Description EventInstanceLoaderSetImpl()EventInstanceLoaderSetImpl(Comparator<? super EventInstanceLoader> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EventInstanceLoader>elements()EventInstanceLoaderSetemptySet()EventInstanceLoaderSetemptySet(Comparator<? super EventInstanceLoader> comp)EventInstanceLoadernullElement()InstanceLoaderSetR3016_is_a_InstanceLoader()ModelInstSetR3017_ModelInst()voidsetClass_name(String ref_class_name)voidsetComp_name(String ref_comp_name)voidsetComp_package(String ref_comp_package)voidsetEvt_class_name(String ref_evt_class_name)voidsetLoader_name(String ref_loader_name)voidsetLoader_package(String ref_loader_package)voidsetPackage(String ref_package)-
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
-
EventInstanceLoaderSetImpl
public EventInstanceLoaderSetImpl()
-
EventInstanceLoaderSetImpl
public EventInstanceLoaderSetImpl(Comparator<? super EventInstanceLoader> comp)
-
-
Method Detail
-
setPackage
public void setPackage(String ref_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPackagein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_package
public void setComp_package(String ref_comp_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setComp_packagein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setLoader_package
public void setLoader_package(String ref_loader_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setLoader_packagein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setLoader_name
public void setLoader_name(String ref_loader_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setLoader_namein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setEvt_class_name
public void setEvt_class_name(String ref_evt_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setEvt_class_namein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setClass_name
public void setClass_name(String ref_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setClass_namein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_name
public void setComp_name(String ref_comp_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setComp_namein interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3016_is_a_InstanceLoader
public InstanceLoaderSet R3016_is_a_InstanceLoader() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3016_is_a_InstanceLoaderin interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3017_ModelInst
public ModelInstSet R3017_ModelInst() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3017_ModelInstin interfaceEventInstanceLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public EventInstanceLoader nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<EventInstanceLoader>
-
emptySet
public EventInstanceLoaderSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<EventInstanceLoader>
-
emptySet
public EventInstanceLoaderSet emptySet(Comparator<? super EventInstanceLoader> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<EventInstanceLoader>
-
elements
public List<EventInstanceLoader> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<EventInstanceLoader>
-
-