Uses of Interface
com.regnosys.rosetta.rosetta.ExternalAnnotationSource
Packages that use ExternalAnnotationSource
Package
Description
-
Uses of ExternalAnnotationSource in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type ExternalAnnotationSourceModifier and TypeMethodDescriptionprotected voidRosettaFormatter._format(ExternalAnnotationSource externalAnnotationSource, org.eclipse.xtext.formatting2.IFormattableDocument document) -
Uses of ExternalAnnotationSource in com.regnosys.rosetta.rosetta
Subinterfaces of ExternalAnnotationSource in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'External Rule Source'.interfaceA representation of the model object 'External Synonym Source'.Methods in com.regnosys.rosetta.rosetta that return types with arguments of type ExternalAnnotationSourceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExternalAnnotationSource>RosettaExternalRuleSource.getSuperSources()Returns the value of the 'Super Sources' reference list. -
Uses of ExternalAnnotationSource in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement ExternalAnnotationSourceModifier and TypeClassDescriptionclassAn implementation of the model object 'External Annotation Source'.classAn implementation of the model object 'External Rule Source'.classAn implementation of the model object 'External Synonym Source'.Fields in com.regnosys.rosetta.rosetta.impl with type parameters of type ExternalAnnotationSourceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ExternalAnnotationSource>RosettaExternalRuleSourceImpl.superSourcesThe cached value of the 'Super Sources' reference list.Methods in com.regnosys.rosetta.rosetta.impl that return types with arguments of type ExternalAnnotationSourceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExternalAnnotationSource>RosettaExternalRuleSourceImpl.getSuperSources() -
Uses of ExternalAnnotationSource in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type ExternalAnnotationSourceModifier and TypeMethodDescriptionRosettaSwitch.caseExternalAnnotationSource(ExternalAnnotationSource object) Returns the result of interpreting the object as an instance of 'External Annotation Source'. -
Uses of ExternalAnnotationSource in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils that return types with arguments of type ExternalAnnotationSourceModifier and TypeMethodDescriptionExternalAnnotationUtil.getSuperSources(ExternalAnnotationSource source) Methods in com.regnosys.rosetta.utils with parameters of type ExternalAnnotationSourceModifier and TypeMethodDescriptionExternalAnnotationUtil.getAllExternalAttributesForType(ExternalAnnotationSource source, Data type) ExternalAnnotationUtil.getAllExternalEnums(ExternalAnnotationSource source, RosettaEnumeration type) ExternalAnnotationUtil.getAllExternalEnumValuesForType(ExternalAnnotationSource source, RosettaEnumeration type) ExternalAnnotationUtil.getAllExternalTypes(ExternalAnnotationSource source, Data type) ExternalAnnotationUtil.getExternalEnum(ExternalAnnotationSource source, RosettaEnumeration type) ExternalAnnotationUtil.getExternalType(ExternalAnnotationSource source, Data type) ExternalAnnotationUtil.getSuperSources(ExternalAnnotationSource source) Method parameters in com.regnosys.rosetta.utils with type arguments of type ExternalAnnotationSourceModifier and TypeMethodDescription<T extends ExternalAnnotationUtil.CollectRuleVisitor>
TExternalAnnotationUtil.collectAllRuleReferencesForType(Optional<? extends ExternalAnnotationSource> maybeSource, Data type, T visitor) ExternalAnnotationUtil.getAllRuleReferencesForType(Optional<? extends ExternalAnnotationSource> maybeSource, Data type) -
Uses of ExternalAnnotationSource in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation with parameters of type ExternalAnnotationSourceModifier and TypeMethodDescriptionvoidRosettaSimpleValidator.checkAnnotationSource(ExternalAnnotationSource source)