Uses of Interface
com.regnosys.rosetta.rosetta.simple.Data
Packages that use Data
Package
Description
-
Uses of Data in com.regnosys.rosetta
Methods in com.regnosys.rosetta that return types with arguments of type DataMethods in com.regnosys.rosetta with parameters of type DataModifier and TypeMethodDescriptionRosettaExtensions.allNonOverridesAttributes(Data data) RosettaExtensions.conditionName(Condition cond, Data data) RosettaExtensions.getAllAttributes(Data clazz) RosettaExtensions.getAllReportingRules(Data type, Optional<RosettaExternalRuleSource> ruleSource) RosettaExtensions.getAllSuperTypes(Data clazz) -
Uses of Data in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type Data -
Uses of Data in com.regnosys.rosetta.generator.java.condition
Methods in com.regnosys.rosetta.generator.java.condition with parameters of type DataModifier and TypeMethodDescriptionvoidConditionGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, Data data, Condition ele, String version) -
Uses of Data in com.regnosys.rosetta.generator.java.expression
Methods in com.regnosys.rosetta.generator.java.expression with parameters of type Data -
Uses of Data in com.regnosys.rosetta.generator.java.object
Methods in com.regnosys.rosetta.generator.java.object with parameters of type DataModifier and TypeMethodDescriptionorg.eclipse.xtend2.lib.StringConcatenationClientModelObjectBoilerPlate.boilerPlate(Data c, JavaScope scope) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBoilerPlate.builderBoilerPlate(Data c, JavaScope scope) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBuilderGenerator.builderClass(Data c, JavaScope scope) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBoilerPlate.builderProcessMethod(Data c) org.eclipse.xtend2.lib.StringConcatenationClientorg.eclipse.xtend2.lib.StringConcatenationClientModelObjectGenerator.classBody(Data d, JavaScope scope, JavaClass<?> metaType, String version, Collection<Object> interfaces) voidModelMetaGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, Data data, String version) voidModelObjectGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, Data data, String version) voidValidatorsGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, Data data, String version) booleanModelObjectGenerator.globalKeyRecursive(Data class1) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBoilerPlate.implementsClause(Data d, Collection<Object> extraInterfaces) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBoilerPlate.implementsClauseBuilder(Data d) protected org.eclipse.xtend2.lib.StringConcatenationClientModelObjectGenerator.pojoBuilderInterfaceGetterMethods(Data d, JavaClass<?> javaType, JavaScope builderScope) protected org.eclipse.xtend2.lib.StringConcatenationClientModelObjectGenerator.pojoInterfaceBuilderMethods(JavaClass<?> javaType, Data d) protected org.eclipse.xtend2.lib.StringConcatenationClientModelObjectGenerator.pojoInterfaceDefaultOverridenMethods(JavaClass<?> javaType, GeneratedIdentifier metaDataIdentifier, Collection<Object> interfaces, Data d) protected org.eclipse.xtend2.lib.StringConcatenationClientModelObjectGenerator.pojoInterfaceGetterMethods(JavaClass<?> javaType, JavaClass<?> metaType, GeneratedIdentifier metaDataIdentifier, Data d) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBoilerPlate.processMethod(Data c) -
Uses of Data in com.regnosys.rosetta.generator.java.reports
Methods in com.regnosys.rosetta.generator.java.reports with parameters of type DataModifier and TypeMethodDescriptionvoidTabulatorGenerator.generate(org.eclipse.xtext.generator.IFileSystemAccess2 fsa, Data type, Optional<RosettaExternalRuleSource> ruleSource) -
Uses of Data in com.regnosys.rosetta.generator.java.types
Methods in com.regnosys.rosetta.generator.java.types with parameters of type DataModifier and TypeMethodDescriptionJavaClass<?>JavaTypeTranslator.toDeepPathUtilJavaClass(Data choiceType) JavaTypeTranslator.toTabulatorJavaClass(Data type, Function projection) JavaTypeTranslator.toTabulatorJavaClass(Data type, Optional<RosettaExternalRuleSource> ruleSource) Constructors in com.regnosys.rosetta.generator.java.types with parameters of type Data -
Uses of Data in com.regnosys.rosetta.generator.java.validator
Methods in com.regnosys.rosetta.generator.java.validator with parameters of type DataModifier and TypeMethodDescriptionvoidValidatorGenerator.generate(RosettaJavaPackages.RootPackage root, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, Data data, String version) -
Uses of Data in com.regnosys.rosetta.generator.util
Methods in com.regnosys.rosetta.generator.util with parameters of type DataModifier and TypeMethodDescriptionstatic List<ExpandedAttribute>RosettaAttributeExtensions.expandedAttributesPlus(Data data) static List<ExpandedAttribute>RosettaAttributeExtensions.getExpandedAttributes(Data data) Note that these methods will add a "meta" attribute if the data type has annotationsbooleanRosettaFunctionExtensions.isQualifierFunctionFor(Function function, Data type) -
Uses of Data in com.regnosys.rosetta.rosetta
Methods in com.regnosys.rosetta.rosetta that return DataModifier and TypeMethodDescriptionRosettaDataReference.getData()Returns the value of the 'Data' reference.RosettaExternalClass.getData()Returns the value of the 'Data' reference.RosettaReport.getReportType()Returns the value of the 'Report Type' reference.RosettaQualifiableConfiguration.getRosettaClass()Returns the value of the 'Rosetta Class' reference.Methods in com.regnosys.rosetta.rosetta with parameters of type DataModifier and TypeMethodDescriptionvoidSets the value of the 'Data' reference.voidSets the value of the 'Data' reference.voidRosettaReport.setReportType(Data value) Sets the value of the 'Report Type' reference.voidRosettaQualifiableConfiguration.setRosettaClass(Data value) Sets the value of the 'Rosetta Class' reference. -
Uses of Data in com.regnosys.rosetta.rosetta.impl
Fields in com.regnosys.rosetta.rosetta.impl declared as DataModifier and TypeFieldDescriptionprotected DataRosettaDataReferenceImpl.dataThe cached value of the 'Data' reference.protected DataRosettaExternalClassImpl.dataThe cached value of the 'Data' reference.protected DataRosettaReportImpl.reportTypeThe cached value of the 'Report Type' reference.protected DataRosettaQualifiableConfigurationImpl.rosettaClassThe cached value of the 'Rosetta Class' reference.Methods in com.regnosys.rosetta.rosetta.impl that return DataModifier and TypeMethodDescriptionRosettaDataReferenceImpl.basicGetData()RosettaExternalClassImpl.basicGetData()RosettaReportImpl.basicGetReportType()RosettaQualifiableConfigurationImpl.basicGetRosettaClass()RosettaDataReferenceImpl.getData()RosettaExternalClassImpl.getData()RosettaReportImpl.getReportType()RosettaQualifiableConfigurationImpl.getRosettaClass()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type DataModifier and TypeMethodDescriptionvoidvoidvoidRosettaReportImpl.setReportType(Data newReportType) voidRosettaQualifiableConfigurationImpl.setRosettaClass(Data newRosettaClass) -
Uses of Data in com.regnosys.rosetta.rosetta.simple
Subinterfaces of Data in com.regnosys.rosetta.rosetta.simpleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Choice'.Methods in com.regnosys.rosetta.rosetta.simple that return DataModifier and TypeMethodDescriptionSimpleFactory.createData()Returns a new object of class 'Data'.Data.getSuperType()Returns the value of the 'Super Type' reference.Methods in com.regnosys.rosetta.rosetta.simple with parameters of type DataModifier and TypeMethodDescriptionvoidData.setSuperType(Data value) Sets the value of the 'Super Type' reference. -
Uses of Data in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement DataModifier and TypeClassDescriptionclassAn implementation of the model object 'Choice'.classAn implementation of the model object 'Data'.Fields in com.regnosys.rosetta.rosetta.simple.impl declared as DataModifier and TypeFieldDescriptionprotected DataDataImpl.superTypeThe cached value of the 'Super Type' reference.Methods in com.regnosys.rosetta.rosetta.simple.impl that return DataModifier and TypeMethodDescriptionDataImpl.basicGetSuperType()SimpleFactoryImpl.createData()DataImpl.getSuperType()Methods in com.regnosys.rosetta.rosetta.simple.impl with parameters of type Data -
Uses of Data in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type Data -
Uses of Data in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type DataModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_Annotations_ClassSynonyms_Data_References_RosettaDefinable_RosettaNamed(org.eclipse.xtext.serializer.ISerializationContext context, Data semanticObject) Contexts: RootElement returns Data Data returns Data Constraint: ( name=ValidID superType=[Data|QualifiedName]? definition=STRING? (annotations+=AnnotationRef | synonyms+=RosettaClassSynonym | references+=RosettaDocReference)* attributes+=Attribute* conditions+=Condition* ) -
Uses of Data in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types that return DataMethods in com.regnosys.rosetta.types with parameters of type DataModifier and TypeMethodDescriptionTypeSystem.getRulesInputType(Data data, Optional<RosettaExternalRuleSource> source) Constructors in com.regnosys.rosetta.types with parameters of type Data -
Uses of Data in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing that return types with arguments of type DataModifier and TypeMethodDescriptionRosettaTypingAuxiliary.ancestors(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) RosettaTypingAuxiliary.ancestorsImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) RosettaTypingAuxiliary.ancestorsInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) RosettaTypingAuxiliary.applyAuxFunAncestors(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) Methods in com.regnosys.rosetta.typing with parameters of type DataModifier and TypeMethodDescriptionRosettaTypingAuxiliary.allAttributes(Data d) RosettaTypingAuxiliary.allAttributes(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) RosettaTypingAuxiliary.allAttributesImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) RosettaTypingAuxiliary.allAttributesInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) protected voidRosettaTypingAuxiliary.allAttributesThrowException(String _error, String _issue, Exception _ex, Data d, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) RosettaTypingAuxiliary.ancestors(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) RosettaTypingAuxiliary.ancestorsImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) RosettaTypingAuxiliary.ancestorsInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) protected voidRosettaTypingAuxiliary.ancestorsThrowException(String _error, String _issue, Exception _ex, Data t, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) RosettaTypingAuxiliary.applyAuxFunAllAttributes(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) RosettaTypingAuxiliary.applyAuxFunAncestors(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data t) protected BooleanRosettaTypingAuxiliary.applyAuxFunMayBeEmpty(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) RosettaTypingAuxiliary.mayBeEmpty(Data d) RosettaTypingAuxiliary.mayBeEmpty(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) protected BooleanRosettaTypingAuxiliary.mayBeEmptyImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) protected BooleanRosettaTypingAuxiliary.mayBeEmptyInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, Data d) protected voidRosettaTypingAuxiliary.mayBeEmptyThrowException(String _error, String _issue, Exception _ex, Data d, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) -
Uses of Data in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils that return DataModifier and TypeMethodDescriptionRosettaConfigExtension.findEventRootName(org.eclipse.emf.ecore.EObject ctx) RosettaConfigExtension.findProductRootName(org.eclipse.emf.ecore.EObject ctx) Methods in com.regnosys.rosetta.utils with parameters of type DataModifier and TypeMethodDescription<T extends ExternalAnnotationUtil.CollectRuleVisitor>
TExternalAnnotationUtil.collectAllRuleReferencesForType(Optional<? extends ExternalAnnotationSource> maybeSource, Data type, T visitor) ExternalAnnotationUtil.getAllExternalAttributesForType(ExternalAnnotationSource source, Data type) ExternalAnnotationUtil.getAllExternalTypes(ExternalAnnotationSource source, Data type) ExternalAnnotationUtil.getAllRuleReferencesForType(Optional<? extends ExternalAnnotationSource> maybeSource, Data type) ExternalAnnotationUtil.getExternalType(ExternalAnnotationSource source, Data type) -
Uses of Data in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation with parameters of type DataModifier and TypeMethodDescriptionvoidRosettaSimpleValidator.checkAttributes(Data clazz) voidRosettaSimpleValidator.checkClassNameStartsWithCapital(Data classe) voidStandaloneRosettaTypingValidator.checkReportType(Data data)