Uses of Interface
com.regnosys.rosetta.rosetta.simple.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type AnnotationModifier and TypeMethodDescriptionprotected voidRosettaFormatter._format(Annotation ele, org.eclipse.xtext.formatting2.IFormattableDocument document) -
Uses of Annotation in com.regnosys.rosetta.rosetta.simple
Methods in com.regnosys.rosetta.rosetta.simple that return AnnotationModifier and TypeMethodDescriptionSimpleFactory.createAnnotation()Returns a new object of class 'Annotation'.AnnotationRef.getAnnotation()Returns the value of the 'Annotation' reference.Methods in com.regnosys.rosetta.rosetta.simple with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationRef.setAnnotation(Annotation value) Sets the value of the 'Annotation' reference. -
Uses of Annotation in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement AnnotationModifier and TypeClassDescriptionclassAn implementation of the model object 'Annotation'.Fields in com.regnosys.rosetta.rosetta.simple.impl declared as AnnotationModifier and TypeFieldDescriptionprotected AnnotationAnnotationRefImpl.annotationThe cached value of the 'Annotation' reference.Methods in com.regnosys.rosetta.rosetta.simple.impl that return AnnotationModifier and TypeMethodDescriptionAnnotationRefImpl.basicGetAnnotation()SimpleFactoryImpl.createAnnotation()AnnotationRefImpl.getAnnotation()Methods in com.regnosys.rosetta.rosetta.simple.impl with parameters of type Annotation -
Uses of Annotation in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type AnnotationModifier and TypeMethodDescriptionSimpleSwitch.caseAnnotation(Annotation object) Returns the result of interpreting the object as an instance of 'Annotation'. -
Uses of Annotation in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type AnnotationModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_Annotation_RosettaDefinable_RosettaNamed(org.eclipse.xtext.serializer.ISerializationContext context, Annotation semanticObject) Contexts: RootElement returns Annotation Annotation returns Annotation Constraint: (name=ValidID definition=STRING? prefix=ValidID? attributes+=Attribute*)