Uses of Interface
com.regnosys.rosetta.rosetta.expression.ConstructorKeyValuePair
Packages that use ConstructorKeyValuePair
Package
Description
-
Uses of ConstructorKeyValuePair in com.regnosys.rosetta.rosetta.expression
Methods in com.regnosys.rosetta.rosetta.expression that return ConstructorKeyValuePairModifier and TypeMethodDescriptionExpressionFactory.createConstructorKeyValuePair()Returns a new object of class 'Constructor Key Value Pair'.Methods in com.regnosys.rosetta.rosetta.expression that return types with arguments of type ConstructorKeyValuePairModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ConstructorKeyValuePair>RosettaConstructorExpression.getValues()Returns the value of the 'Values' containment reference list. -
Uses of ConstructorKeyValuePair in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement ConstructorKeyValuePairModifier and TypeClassDescriptionclassAn implementation of the model object 'Constructor Key Value Pair'.Fields in com.regnosys.rosetta.rosetta.expression.impl with type parameters of type ConstructorKeyValuePairModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ConstructorKeyValuePair>RosettaConstructorExpressionImpl.valuesThe cached value of the 'Values' containment reference list.Methods in com.regnosys.rosetta.rosetta.expression.impl that return ConstructorKeyValuePairMethods in com.regnosys.rosetta.rosetta.expression.impl that return types with arguments of type ConstructorKeyValuePairModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ConstructorKeyValuePair>RosettaConstructorExpressionImpl.getValues() -
Uses of ConstructorKeyValuePair in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type ConstructorKeyValuePairModifier and TypeMethodDescriptionExpressionSwitch.caseConstructorKeyValuePair(ConstructorKeyValuePair object) Returns the result of interpreting the object as an instance of 'Constructor Key Value Pair'. -
Uses of ConstructorKeyValuePair in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type ConstructorKeyValuePairModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_ConstructorKeyValuePair(org.eclipse.xtext.serializer.ISerializationContext context, ConstructorKeyValuePair semanticObject) Contexts: ConstructorKeyValuePair returns ConstructorKeyValuePair Constraint: (key=[RosettaFeature|ValidID] value=RosettaCalcExpressionWithAsKey)