Uses of Interface
com.regnosys.rosetta.rosetta.RosettaEnumValue
Packages that use RosettaEnumValue
Package
Description
-
Uses of RosettaEnumValue in com.regnosys.rosetta
Methods in com.regnosys.rosetta that return types with arguments of type RosettaEnumValue -
Uses of RosettaEnumValue in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionprotected voidRosettaFormatter._format(RosettaEnumValue rosettaEnumValue, org.eclipse.xtext.formatting2.IFormattableDocument document) -
Uses of RosettaEnumValue in com.regnosys.rosetta.generator.java.enums
Methods in com.regnosys.rosetta.generator.java.enums with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionstatic StringEnumHelper.convertValues(RosettaEnumValue enumValue) static StringEnumHelper.convertValuesWithDisplay(RosettaEnumValue enumValue) -
Uses of RosettaEnumValue in com.regnosys.rosetta.generator.util
Methods in com.regnosys.rosetta.generator.util with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionstatic ExpandedAttributeRosettaAttributeExtensions.expandedEnumAttribute(RosettaEnumValue value) -
Uses of RosettaEnumValue in com.regnosys.rosetta.rosetta
Methods in com.regnosys.rosetta.rosetta that return RosettaEnumValueModifier and TypeMethodDescriptionRosettaFactory.createRosettaEnumValue()Returns a new object of class 'Enum Value'.RosettaExternalEnumValue.getEnumRef()Returns the value of the 'Enum Ref' reference.RosettaEnumValueReference.getValue()Returns the value of the 'Value' reference.Methods in com.regnosys.rosetta.rosetta that return types with arguments of type RosettaEnumValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaEnumValue>RosettaEnumeration.getEnumValues()Returns the value of the 'Enum Values' containment reference list.Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionvoidRosettaExternalEnumValue.setEnumRef(RosettaEnumValue value) Sets the value of the 'Enum Ref' reference.voidRosettaEnumValueReference.setValue(RosettaEnumValue value) Sets the value of the 'Value' reference. -
Uses of RosettaEnumValue in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaEnumValueModifier and TypeClassDescriptionclassAn implementation of the model object 'Enum Value'.Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaEnumValueModifier and TypeFieldDescriptionprotected RosettaEnumValueRosettaExternalEnumValueImpl.enumRefThe cached value of the 'Enum Ref' reference.protected RosettaEnumValueRosettaEnumValueReferenceImpl.valueThe cached value of the 'Value' reference.Fields in com.regnosys.rosetta.rosetta.impl with type parameters of type RosettaEnumValueModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<RosettaEnumValue>RosettaEnumerationImpl.enumValuesThe cached value of the 'Enum Values' containment reference list.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaEnumValueModifier and TypeMethodDescriptionRosettaExternalEnumValueImpl.basicGetEnumRef()RosettaEnumValueReferenceImpl.basicGetValue()RosettaFactoryImpl.createRosettaEnumValue()RosettaExternalEnumValueImpl.getEnumRef()RosettaEnumValueReferenceImpl.getValue()Methods in com.regnosys.rosetta.rosetta.impl that return types with arguments of type RosettaEnumValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaEnumValue>RosettaEnumerationImpl.getEnumValues()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionvoidRosettaExternalEnumValueImpl.setEnumRef(RosettaEnumValue newEnumRef) voidRosettaEnumValueReferenceImpl.setValue(RosettaEnumValue newValue) -
Uses of RosettaEnumValue in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaEnumValue(RosettaEnumValue object) Returns the result of interpreting the object as an instance of 'Enum Value'. -
Uses of RosettaEnumValue in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type RosettaEnumValueModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_References_RosettaDefinable_RosettaEnumValue_RosettaNamed(org.eclipse.xtext.serializer.ISerializationContext context, RosettaEnumValue semanticObject) Contexts: RosettaEnumValue returns RosettaEnumValue Constraint: (name=ValidID display=STRING? definition=STRING? references+=RosettaDocReference* enumSynonyms+=RosettaEnumSynonym*) -
Uses of RosettaEnumValue in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing that return types with arguments of type RosettaEnumValueModifier and TypeMethodDescriptionRosettaTypingAuxiliary.allEnumValues(RosettaEnumeration d) RosettaTypingAuxiliary.allEnumValues(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaEnumeration d) protected Iterable<RosettaEnumValue>RosettaTypingAuxiliary.allEnumValuesImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaEnumeration e) protected Iterable<RosettaEnumValue>RosettaTypingAuxiliary.allEnumValuesInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaEnumeration d) protected Iterable<RosettaEnumValue>RosettaTypingAuxiliary.applyAuxFunAllEnumValues(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaEnumeration e)