Package com.regnosys.rosetta.rosetta
Interface RosettaParameter
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaNamed,RosettaTyped
- All Known Implementing Classes:
RosettaParameterImpl
A representation of the model object 'Parameter'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'Is Array' attribute.voidsetIsArray(boolean value) Sets the value of the 'Is Array' attribute.Methods 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.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaTyped
getTypeCall, isIsTypeInferred, setTypeCall
-
Method Details
-
isIsArray
boolean isIsArray()Returns the value of the 'Is Array' attribute.- Returns:
- the value of the 'Is Array' attribute.
- See Also:
-
setIsArray
void setIsArray(boolean value) Sets the value of the 'Is Array' attribute.- Parameters:
value- the new value of the 'Is Array' attribute.- See Also:
-