Uses of Interface
com.regnosys.rosetta.rosetta.RosettaBody
Packages that use RosettaBody
Package
Description
-
Uses of RosettaBody in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type RosettaBodyModifier and TypeMethodDescriptionprotected voidRosettaFormatter._format(RosettaBody ele, org.eclipse.xtext.formatting2.IFormattableDocument document) -
Uses of RosettaBody in com.regnosys.rosetta.rosetta
Methods in com.regnosys.rosetta.rosetta that return RosettaBodyModifier and TypeMethodDescriptionRosettaFactory.createRosettaBody()Returns a new object of class 'Body'.RegulatoryDocumentReference.getBody()Returns the value of the 'Body' reference.RosettaCorpus.getBody()Returns the value of the 'Body' reference.Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaBodyModifier and TypeMethodDescriptionvoidRegulatoryDocumentReference.setBody(RosettaBody value) Sets the value of the 'Body' reference.voidRosettaCorpus.setBody(RosettaBody value) Sets the value of the 'Body' reference. -
Uses of RosettaBody in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaBodyModifier and TypeClassDescriptionclassAn implementation of the model object 'Body'.Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaBodyModifier and TypeFieldDescriptionprotected RosettaBodyRegulatoryDocumentReferenceImpl.bodyThe cached value of the 'Body' reference.protected RosettaBodyRosettaCorpusImpl.bodyThe cached value of the 'Body' reference.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaBodyModifier and TypeMethodDescriptionRegulatoryDocumentReferenceImpl.basicGetBody()RosettaCorpusImpl.basicGetBody()RosettaFactoryImpl.createRosettaBody()RegulatoryDocumentReferenceImpl.getBody()RosettaCorpusImpl.getBody()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaBodyModifier and TypeMethodDescriptionvoidRegulatoryDocumentReferenceImpl.setBody(RosettaBody newBody) voidRosettaCorpusImpl.setBody(RosettaBody newBody) -
Uses of RosettaBody in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaBodyModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaBody(RosettaBody object) Returns the result of interpreting the object as an instance of 'Body'. -
Uses of RosettaBody in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type RosettaBodyModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_RosettaBody_RosettaDefinable_RosettaNamed(org.eclipse.xtext.serializer.ISerializationContext context, RosettaBody semanticObject) Contexts: RosettaRootElement returns RosettaBody RosettaBody returns RosettaBody Constraint: (bodyType=ID name=ValidID definition=STRING?)