Uses of Interface
com.regnosys.rosetta.rosetta.RosettaEnumValueReference
Packages that use RosettaEnumValueReference
Package
Description
-
Uses of RosettaEnumValueReference in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type RosettaEnumValueReferenceModifier and TypeMethodDescriptionprotected voidRosettaFormatter._format(RosettaEnumValueReference ele, org.eclipse.xtext.formatting2.IFormattableDocument document) -
Uses of RosettaEnumValueReference in com.regnosys.rosetta.rosetta
Methods in com.regnosys.rosetta.rosetta that return RosettaEnumValueReferenceModifier and TypeMethodDescriptionRosettaFactory.createRosettaEnumValueReference()Returns a new object of class 'Enum Value Reference'. -
Uses of RosettaEnumValueReference in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaEnumValueReferenceModifier and TypeClassDescriptionclassAn implementation of the model object 'Enum Value Reference'.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaEnumValueReference -
Uses of RosettaEnumValueReference in com.regnosys.rosetta.rosetta.simple
Methods in com.regnosys.rosetta.rosetta.simple that return RosettaEnumValueReferenceModifier and TypeMethodDescriptionFunctionDispatch.getValue()Returns the value of the 'Value' containment reference.Methods in com.regnosys.rosetta.rosetta.simple with parameters of type RosettaEnumValueReferenceModifier and TypeMethodDescriptionvoidFunctionDispatch.setValue(RosettaEnumValueReference value) Sets the value of the 'Value' containment reference. -
Uses of RosettaEnumValueReference in com.regnosys.rosetta.rosetta.simple.impl
Fields in com.regnosys.rosetta.rosetta.simple.impl declared as RosettaEnumValueReferenceModifier and TypeFieldDescriptionprotected RosettaEnumValueReferenceFunctionDispatchImpl.valueThe cached value of the 'Value' containment reference.Methods in com.regnosys.rosetta.rosetta.simple.impl that return RosettaEnumValueReferenceMethods in com.regnosys.rosetta.rosetta.simple.impl with parameters of type RosettaEnumValueReferenceModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainFunctionDispatchImpl.basicSetValue(RosettaEnumValueReference newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidFunctionDispatchImpl.setValue(RosettaEnumValueReference newValue) -
Uses of RosettaEnumValueReference in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaEnumValueReferenceModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaEnumValueReference(RosettaEnumValueReference object) Returns the result of interpreting the object as an instance of 'Enum Value Reference'. -
Uses of RosettaEnumValueReference in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type RosettaEnumValueReferenceModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_EnumValueReference(org.eclipse.xtext.serializer.ISerializationContext context, RosettaEnumValueReference semanticObject) Contexts: EnumValueReference returns RosettaEnumValueReference RosettaMapPrimaryExpression returns RosettaEnumValueReference Constraint: (enumeration=[RosettaEnumeration|QualifiedName] value=[RosettaEnumValue|ValidID])