Class TypeImportSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<TypeImportSet,TypeImport>
-
- io.ciera.tool.sql.architecture.file.impl.TypeImportSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<TypeImportSet,TypeImport>,io.ciera.runtime.summit.types.ISet<TypeImport>,io.ciera.runtime.summit.types.IXtumlType,TypeImportSet,Iterable<TypeImport>,Collection<TypeImport>,Set<TypeImport>
public class TypeImportSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<TypeImportSet,TypeImport> implements TypeImportSet
-
-
Constructor Summary
Constructors Constructor Description TypeImportSetImpl()TypeImportSetImpl(Comparator<? super TypeImport> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TypeImport>elements()TypeImportSetemptySet()TypeImportSetemptySet(Comparator<? super TypeImport> comp)TypeImportnullElement()TypeImportReferenceSetR402_imports_type_into_context_of_TypeImportReference()voidsetFully_qualified_name(String m_fully_qualified_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
-
TypeImportSetImpl
public TypeImportSetImpl()
-
TypeImportSetImpl
public TypeImportSetImpl(Comparator<? super TypeImport> comp)
-
-
Method Detail
-
setFully_qualified_name
public void setFully_qualified_name(String m_fully_qualified_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setFully_qualified_namein interfaceTypeImportSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R402_imports_type_into_context_of_TypeImportReference
public TypeImportReferenceSet R402_imports_type_into_context_of_TypeImportReference() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R402_imports_type_into_context_of_TypeImportReferencein interfaceTypeImportSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public TypeImport nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<TypeImport>
-
emptySet
public TypeImportSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<TypeImport>
-
emptySet
public TypeImportSet emptySet(Comparator<? super TypeImport> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<TypeImport>
-
elements
public List<TypeImport> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<TypeImport>
-
-