Interface ChoiceOption
- All Superinterfaces:
Annotated,AssignPathRoot,Attribute,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,References,RosettaDefinable,RosettaFeature,RosettaNamed,RosettaSymbol,RosettaTyped,RosettaTypedFeature
- All Known Implementing Classes:
ChoiceOptionImpl
A representation of the model object 'Choice Option'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'hardcoded Cardinality' containment reference.Returns the value of the 'hardcoded Name' attribute.getCard()getName()voidSets the value of the 'hardcoded Cardinality' containment reference.voidset_hardcodedName(String value) Sets the value of the 'hardcoded Name' attribute.Methods inherited from interface com.regnosys.rosetta.rosetta.simple.Annotated
getAnnotationsMethods inherited from interface com.regnosys.rosetta.rosetta.simple.Attribute
getRuleReference, getSynonyms, isOverride, setCard, setOverride, setRuleReferenceMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.simple.References
getReferencesMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaFeature
getGetNameOrDefaultMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaTyped
getTypeCall, isIsTypeInferred, setTypeCall
-
Method Details
-
get_hardcodedName
String get_hardcodedName()Returns the value of the 'hardcoded Name' attribute.- Returns:
- the value of the 'hardcoded Name' attribute.
- See Also:
-
set_hardcodedName
Sets the value of the 'hardcoded Name' attribute.- Parameters:
value- the new value of the 'hardcoded Name' attribute.- See Also:
-
get_hardcodedCardinality
RosettaCardinality get_hardcodedCardinality()Returns the value of the 'hardcoded Cardinality' containment reference.- Returns:
- the value of the 'hardcoded Cardinality' containment reference.
- See Also:
-
set_hardcodedCardinality
Sets the value of the 'hardcoded Cardinality' containment reference.- Parameters:
value- the new value of the 'hardcoded Cardinality' containment reference.- See Also:
-
getName
String getName()- Specified by:
getNamein interfaceRosettaNamed- Returns:
- the value of the 'Name' attribute.
- See Also:
-
getCard
RosettaCardinality getCard()
-