Class TypeImportReferenceSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<TypeImportReferenceSet,TypeImportReference>
-
- io.ciera.tool.sql.architecture.file.impl.TypeImportReferenceSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<TypeImportReferenceSet,TypeImportReference>,io.ciera.runtime.summit.types.ISet<TypeImportReference>,io.ciera.runtime.summit.types.IXtumlType,TypeImportReferenceSet,Iterable<TypeImportReference>,Collection<TypeImportReference>,Set<TypeImportReference>
public class TypeImportReferenceSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<TypeImportReferenceSet,TypeImportReference> implements TypeImportReferenceSet
-
-
Constructor Summary
Constructors Constructor Description TypeImportReferenceSetImpl()TypeImportReferenceSetImpl(Comparator<? super TypeImportReference> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TypeImportReference>elements()TypeImportReferenceSetemptySet()TypeImportReferenceSetemptySet(Comparator<? super TypeImportReference> comp)TypeImportReferencenullElement()FileSetR402_imports_type_into_context_of_File()TypeImportSetR402_imports_type_via_TypeImport()voidsetFile_name(String ref_file_name)voidsetFile_package(String ref_file_package)voidsetFully_qualified_name(String ref_fully_qualified_name)voidsetType(ImportType m_type)-
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
-
TypeImportReferenceSetImpl
public TypeImportReferenceSetImpl()
-
TypeImportReferenceSetImpl
public TypeImportReferenceSetImpl(Comparator<? super TypeImportReference> comp)
-
-
Method Detail
-
setFile_package
public void setFile_package(String ref_file_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setFile_packagein interfaceTypeImportReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setType
public void setType(ImportType m_type) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setTypein interfaceTypeImportReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setFully_qualified_name
public void setFully_qualified_name(String ref_fully_qualified_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setFully_qualified_namein interfaceTypeImportReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setFile_name
public void setFile_name(String ref_file_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setFile_namein interfaceTypeImportReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R402_imports_type_into_context_of_File
public FileSet R402_imports_type_into_context_of_File() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R402_imports_type_into_context_of_Filein interfaceTypeImportReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R402_imports_type_via_TypeImport
public TypeImportSet R402_imports_type_via_TypeImport() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R402_imports_type_via_TypeImportin interfaceTypeImportReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public TypeImportReference nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<TypeImportReference>
-
emptySet
public TypeImportReferenceSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<TypeImportReference>
-
emptySet
public TypeImportReferenceSet emptySet(Comparator<? super TypeImportReference> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<TypeImportReference>
-
elements
public List<TypeImportReference> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<TypeImportReference>
-
-