Uses of Interface
com.regnosys.rosetta.rosetta.DocumentRationale
Packages that use DocumentRationale
Package
Description
-
Uses of DocumentRationale in com.regnosys.rosetta.rosetta
Methods in com.regnosys.rosetta.rosetta that return DocumentRationaleModifier and TypeMethodDescriptionRosettaFactory.createDocumentRationale()Returns a new object of class 'Document Rationale'.Methods in com.regnosys.rosetta.rosetta that return types with arguments of type DocumentRationaleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DocumentRationale>RosettaDocReference.getRationales()Returns the value of the 'Rationales' containment reference list. -
Uses of DocumentRationale in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement DocumentRationaleModifier and TypeClassDescriptionclassAn implementation of the model object 'Document Rationale'.Fields in com.regnosys.rosetta.rosetta.impl with type parameters of type DocumentRationaleModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<DocumentRationale>RosettaDocReferenceImpl.rationalesThe cached value of the 'Rationales' containment reference list.Methods in com.regnosys.rosetta.rosetta.impl that return DocumentRationaleMethods in com.regnosys.rosetta.rosetta.impl that return types with arguments of type DocumentRationaleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DocumentRationale>RosettaDocReferenceImpl.getRationales() -
Uses of DocumentRationale in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type DocumentRationaleModifier and TypeMethodDescriptionRosettaSwitch.caseDocumentRationale(DocumentRationale object) Returns the result of interpreting the object as an instance of 'Document Rationale'. -
Uses of DocumentRationale in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type DocumentRationaleModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_DocumentRationale(org.eclipse.xtext.serializer.ISerializationContext context, DocumentRationale semanticObject) Contexts: DocumentRationale returns DocumentRationale Constraint: ((rationale=STRING rationaleAuthor=STRING?) | (rationaleAuthor=STRING rationale=STRING?))