Uses of Interface
com.regnosys.rosetta.rosetta.simple.Annotated
Packages that use Annotated
Package
Description
-
Uses of Annotated in com.regnosys.rosetta
Methods in com.regnosys.rosetta with parameters of type AnnotatedModifier and TypeMethodDescriptionbooleanRosettaExtensions.hasCalculationAnnotation(Annotated it) booleanRosettaExtensions.hasIdAnnotation(Annotated it) booleanRosettaExtensions.hasKeyedAnnotation(Annotated it) booleanRosettaExtensions.hasMetaDataAddress(Annotated it) booleanRosettaExtensions.hasMetaDataAnnotations(Annotated it) booleanRosettaExtensions.hasMetaFieldAnnotations(Annotated it) booleanRosettaExtensions.hasReferenceAnnotation(Annotated it) booleanRosettaExtensions.hasTemplateAnnotation(Annotated it) RosettaExtensions.metaAnnotations(Annotated it) -
Uses of Annotated in com.regnosys.rosetta.generator.util
Methods in com.regnosys.rosetta.generator.util with parameters of type AnnotatedModifier and TypeMethodDescriptionRosettaFunctionExtensions.getCreationAnnotations(Annotated element) RosettaFunctionExtensions.getMetadataAnnotations(Annotated element) RosettaFunctionExtensions.getQualifierAnnotations(Annotated element) -
Uses of Annotated in com.regnosys.rosetta.rosetta.simple
Subinterfaces of Annotated in com.regnosys.rosetta.rosetta.simpleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Annotation'.interfaceA representation of the model object 'Attribute'.interfaceA representation of the model object 'Choice'.interfaceA representation of the model object 'Choice Option'.interfaceA representation of the model object 'Condition'.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 Annotated in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement AnnotatedModifier and TypeClassDescriptionclassAn implementation of the model object 'Annotation'.classAn implementation of the model object 'Attribute'.classAn implementation of the model object 'Choice'.classAn implementation of the model object 'Choice Option'.classAn implementation of the model object 'Condition'.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 Annotated in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type AnnotatedModifier and TypeMethodDescriptionSimpleSwitch.caseAnnotated(Annotated object) Returns the result of interpreting the object as an instance of 'Annotated'. -
Uses of Annotated in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation with parameters of type AnnotatedModifier and TypeMethodDescriptionvoidRosettaSimpleValidator.checkCreationAnnotation(Annotated ele) voidRosettaSimpleValidator.checkMetadataAnnotation(Annotated ele) voidRosettaSimpleValidator.checkQualificationAnnotation(Annotated ele)