Uses of Interface
com.regnosys.rosetta.rosetta.RosettaRootElement
Packages that use RosettaRootElement
Package
Description
-
Uses of RosettaRootElement in com.regnosys.rosetta.generator
Method parameters in com.regnosys.rosetta.generator with type arguments of type RosettaRootElementModifier and TypeMethodDescriptionvoidRosettaInternalGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, List<RosettaRootElement> elements, String version) -
Uses of RosettaRootElement in com.regnosys.rosetta.generator.java.enums
Method parameters in com.regnosys.rosetta.generator.java.enums with type arguments of type RosettaRootElementModifier and TypeMethodDescriptionvoidEnumGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, List<RosettaRootElement> elements, String version) -
Uses of RosettaRootElement in com.regnosys.rosetta.rosetta
Subinterfaces of RosettaRootElement in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'External Annotation Source'.interfaceA representation of the model object 'Basic Type'.interfaceA representation of the model object 'Body'.interfaceA representation of the model object 'Builtin Type'.interfaceA representation of the model object 'Corpus'.interfaceA representation of the model object 'Enumeration'.interfaceA representation of the model object 'External Function'.interfaceA representation of the model object 'External Rule Source'.interfaceA representation of the model object 'External Synonym Source'.interfaceA representation of the model object 'Meta Type'.interfaceA representation of the model object 'Record Type'.interfaceA representation of the model object 'Report'.interfaceA representation of the model object 'Rule'.interfaceA representation of the model object 'Segment'.interfaceA representation of the model object 'Synonym Source'.interfaceA representation of the model object 'Type'.interfaceA representation of the model object 'Type Alias'.Methods in com.regnosys.rosetta.rosetta that return types with arguments of type RosettaRootElementModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaRootElement>RosettaModel.getElements()Returns the value of the 'Elements' containment reference list. -
Uses of RosettaRootElement in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaRootElementModifier and TypeClassDescriptionclassAn implementation of the model object 'External Annotation Source'.classAn implementation of the model object 'Basic Type'.classAn implementation of the model object 'Body'.classAn implementation of the model object 'Builtin Type'.classAn implementation of the model object 'Corpus'.classAn implementation of the model object 'Enumeration'.classAn implementation of the model object 'External Function'.classAn implementation of the model object 'External Rule Source'.classAn implementation of the model object 'External Synonym Source'.classAn implementation of the model object 'Meta Type'.classAn implementation of the model object 'Record Type'.classAn implementation of the model object 'Report'.classAn implementation of the model object 'Rule'.classAn implementation of the model object 'Segment'.classAn implementation of the model object 'Synonym Source'.classAn implementation of the model object 'Type Alias'.classAn implementation of the model object 'Type'.Fields in com.regnosys.rosetta.rosetta.impl with type parameters of type RosettaRootElementModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<RosettaRootElement>RosettaModelImpl.elementsThe cached value of the 'Elements' containment reference list.Methods in com.regnosys.rosetta.rosetta.impl that return types with arguments of type RosettaRootElementModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaRootElement>RosettaModelImpl.getElements() -
Uses of RosettaRootElement in com.regnosys.rosetta.rosetta.simple
Subinterfaces of RosettaRootElement in com.regnosys.rosetta.rosetta.simpleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Annotation'.interfaceA representation of the model object 'Choice'.interfaceA representation of the model object 'Data'.interfaceA representation of the model object 'Function'.interfaceA representation of the model object 'Function Dispatch'.interfaceA representation of the model object 'Root Element'. -
Uses of RosettaRootElement in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement RosettaRootElementModifier and TypeClassDescriptionclassAn implementation of the model object 'Annotation'.classAn implementation of the model object 'Choice'.classAn implementation of the model object 'Data'.classAn implementation of the model object 'Function Dispatch'.classAn implementation of the model object 'Function'.classAn implementation of the model object 'Root Element'. -
Uses of RosettaRootElement in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type RosettaRootElementModifier and TypeMethodDescriptionSimpleSwitch.caseRosettaRootElement(RosettaRootElement object) Returns the result of interpreting the object as an instance of 'Root Element'. -
Uses of RosettaRootElement in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaRootElementModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaRootElement(RosettaRootElement object) Returns the result of interpreting the object as an instance of 'Root Element'. -
Uses of RosettaRootElement in com.regnosys.rosetta.transgest
Methods in com.regnosys.rosetta.transgest with type parameters of type RosettaRootElementModifier and TypeMethodDescription<T extends RosettaRootElement>
List<T>ModelLoader.rosettaElements(List<RosettaModel> rosettaModels, Class<T> clazz) Will return a list of objects which are assignment-compatible with the object represented by thisClasswhich is a subclass ofRosettaRootElementi.e.<T extends RosettaRootElement>
List<T>ModelLoaderImpl.rosettaElements(List<RosettaModel> rosettaModels, Class<T> clazz)