Uses of Interface
com.regnosys.rosetta.rosetta.RosettaFeature
Packages that use RosettaFeature
Package
Description
-
Uses of RosettaFeature in com.regnosys.rosetta
Methods in com.regnosys.rosetta that return types with arguments of type RosettaFeatureModifier and TypeMethodDescriptionIterable<? extends RosettaFeature>RosettaExtensions.allFeatures(RType t, org.eclipse.emf.ecore.EObject context) Iterable<? extends RosettaFeature>RosettaExtensions.allFeatures(RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) -
Uses of RosettaFeature in com.regnosys.rosetta.generator.java.expression
Methods in com.regnosys.rosetta.generator.java.expression with parameters of type RosettaFeatureModifier and TypeMethodDescriptionExpressionGenerator.featureCall(JavaStatementBuilder receiverCode, RType receiverType, RosettaFeature feature, boolean isDeepFeature, JavaScope scope, boolean autoValue) -
Uses of RosettaFeature in com.regnosys.rosetta.generator.java.util
Methods in com.regnosys.rosetta.generator.java.util with parameters of type RosettaFeatureModifier and TypeMethodDescriptionstatic StringRosettaGrammarUtil.extractGrammarText(RosettaFeature rosettaFeature) -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta
Subinterfaces of RosettaFeature in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Enum Value'.interfaceA representation of the model object 'Meta Type'.interfaceA representation of the model object 'Record Feature'.interfaceA representation of the model object 'Typed Feature'.Methods in com.regnosys.rosetta.rosetta that return RosettaFeatureModifier and TypeMethodDescriptionRosettaFactory.createRosettaFeature()Returns a new object of class 'Feature'.RosettaExternalRegularAttribute.getAttributeRef()Returns the value of the 'Attribute Ref' reference.Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaFeatureModifier and TypeMethodDescriptionvoidRosettaExternalRegularAttribute.setAttributeRef(RosettaFeature value) Sets the value of the 'Attribute Ref' reference. -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.expression
Methods in com.regnosys.rosetta.rosetta.expression that return RosettaFeatureModifier and TypeMethodDescriptionRosettaFeatureCall.getFeature()Returns the value of the 'Feature' reference.ConstructorKeyValuePair.getKey()Returns the value of the 'Key' reference.Methods in com.regnosys.rosetta.rosetta.expression with parameters of type RosettaFeatureModifier and TypeMethodDescriptionvoidRosettaFeatureCall.setFeature(RosettaFeature value) Sets the value of the 'Feature' reference.voidConstructorKeyValuePair.setKey(RosettaFeature value) Sets the value of the 'Key' reference. -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.expression.impl
Fields in com.regnosys.rosetta.rosetta.expression.impl declared as RosettaFeatureModifier and TypeFieldDescriptionprotected RosettaFeatureRosettaFeatureCallImpl.featureThe cached value of the 'Feature' reference.protected RosettaFeatureConstructorKeyValuePairImpl.keyThe cached value of the 'Key' reference.Methods in com.regnosys.rosetta.rosetta.expression.impl that return RosettaFeatureModifier and TypeMethodDescriptionRosettaFeatureCallImpl.basicGetFeature()ConstructorKeyValuePairImpl.basicGetKey()RosettaFeatureCallImpl.getFeature()ConstructorKeyValuePairImpl.getKey()Methods in com.regnosys.rosetta.rosetta.expression.impl with parameters of type RosettaFeatureModifier and TypeMethodDescriptionvoidRosettaFeatureCallImpl.setFeature(RosettaFeature newFeature) voidConstructorKeyValuePairImpl.setKey(RosettaFeature newKey) -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaFeatureModifier and TypeClassDescriptionclassAn implementation of the model object 'Enum Value'.classAn implementation of the model object 'Feature'.classAn implementation of the model object 'Meta Type'.classAn implementation of the model object 'Record Feature'.classAn implementation of the model object 'Typed Feature'.Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaFeatureModifier and TypeFieldDescriptionprotected RosettaFeatureRosettaExternalRegularAttributeImpl.attributeRefThe cached value of the 'Attribute Ref' reference.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaFeatureModifier and TypeMethodDescriptionRosettaExternalRegularAttributeImpl.basicGetAttributeRef()RosettaFactoryImpl.createRosettaFeature()RosettaExternalRegularAttributeImpl.getAttributeRef()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaFeatureModifier and TypeMethodDescriptionvoidRosettaExternalRegularAttributeImpl.setAttributeRef(RosettaFeature newAttributeRef) -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.simple
Subinterfaces of RosettaFeature in com.regnosys.rosetta.rosetta.simpleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Attribute'.interfaceA representation of the model object 'Choice Option'. -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement RosettaFeatureModifier and TypeClassDescriptionclassAn implementation of the model object 'Attribute'.classAn implementation of the model object 'Choice Option'. -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type RosettaFeatureModifier and TypeMethodDescriptionSimpleSwitch.caseRosettaFeature(RosettaFeature object) Returns the result of interpreting the object as an instance of 'Feature'. -
Uses of RosettaFeature in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaFeatureModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaFeature(RosettaFeature object) Returns the result of interpreting the object as an instance of 'Feature'. -
Uses of RosettaFeature in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types that return types with arguments of type RosettaFeatureModifier and TypeMethodDescriptionIterable<? extends RosettaFeature>RosettaTypeProvider.findFeaturesOfImplicitVariable(org.eclipse.emf.ecore.EObject context) Methods in com.regnosys.rosetta.types with parameters of type RosettaFeatureModifier and TypeMethodDescriptionRosettaTypeProvider.getRTypeOfFeature(RosettaFeature feature) booleanCardinalityProvider.isFeatureMulti(RosettaFeature symbol) booleanCardinalityProvider.isFeatureMulti(RosettaFeature feature, boolean breakOnClosureParameter) -
Uses of RosettaFeature in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing that return types with arguments of type RosettaFeatureModifier and TypeMethodDescriptionIterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeatures(RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeatures(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeaturesImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeaturesInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.applyAuxFunAllFeatures(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) -
Uses of RosettaFeature in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils that return types with arguments of type RosettaFeatureModifier and TypeMethodDescriptionExternalAnnotationUtil.getAllRuleReferencesForType(Optional<? extends ExternalAnnotationSource> maybeSource, Data type) ExternalAnnotationUtil.CollectRuleVisitor.Default.getMap()Methods in com.regnosys.rosetta.utils with parameters of type RosettaFeatureModifier and TypeMethodDescriptionvoidExternalAnnotationUtil.CollectRuleVisitor.add(RosettaFeature attr, RosettaRuleReference rule) voidExternalAnnotationUtil.CollectRuleVisitor.Default.add(RosettaFeature attr, RosettaRuleReference rule)