Package io.ciera.tool.sql.loader.impl
Class GeneralLoaderSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<GeneralLoaderSet,GeneralLoader>
-
- io.ciera.tool.sql.loader.impl.GeneralLoaderSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<GeneralLoaderSet,GeneralLoader>,io.ciera.runtime.summit.types.ISet<GeneralLoader>,io.ciera.runtime.summit.types.IXtumlType,GeneralLoaderSet,Iterable<GeneralLoader>,Collection<GeneralLoader>,Set<GeneralLoader>
public class GeneralLoaderSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<GeneralLoaderSet,GeneralLoader> implements GeneralLoaderSet
-
-
Constructor Summary
Constructors Constructor Description GeneralLoaderSetImpl()GeneralLoaderSetImpl(Comparator<? super GeneralLoader> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GeneralLoader>elements()GeneralLoaderSetemptySet()GeneralLoaderSetemptySet(Comparator<? super GeneralLoader> comp)GeneralLoadernullElement()AttributeLoaderSetR3008_is_a_AttributeLoader()TypeSetR3013_Type()voidsetAttr_name(String ref_attr_name)voidsetClass_name(String ref_class_name)voidsetIndex(int ref_index)voidsetLoad_value(boolean m_load_value)voidsetLoader_name(String ref_loader_name)voidsetLoader_package(String ref_loader_package)voidsetType_name(String ref_type_name)voidsetType_package(String ref_type_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
-
GeneralLoaderSetImpl
public GeneralLoaderSetImpl()
-
GeneralLoaderSetImpl
public GeneralLoaderSetImpl(Comparator<? super GeneralLoader> comp)
-
-
Method Detail
-
setAttr_name
public void setAttr_name(String ref_attr_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setAttr_namein interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setIndex
public void setIndex(int ref_index) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setIndexin interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setType_name
public void setType_name(String ref_type_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setType_namein interfaceGeneralLoaderSet- 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 interfaceGeneralLoaderSet- 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 interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setLoad_value
public void setLoad_value(boolean m_load_value) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setLoad_valuein interfaceGeneralLoaderSet- 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 interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setType_package
public void setType_package(String ref_type_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setType_packagein interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3008_is_a_AttributeLoader
public AttributeLoaderSet R3008_is_a_AttributeLoader() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3008_is_a_AttributeLoaderin interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3013_Type
public TypeSet R3013_Type() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3013_Typein interfaceGeneralLoaderSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public GeneralLoader nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<GeneralLoader>
-
emptySet
public GeneralLoaderSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<GeneralLoader>
-
emptySet
public GeneralLoaderSet emptySet(Comparator<? super GeneralLoader> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<GeneralLoader>
-
elements
public List<GeneralLoader> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<GeneralLoader>
-
-