Package com.regnosys.rosetta.rosetta
Interface RosettaDefinable
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Annotation,Attribute,Choice,ChoiceOption,Condition,Data,Function,FunctionDispatch,Operation,RootElement,RosettaBasicType,RosettaBody,RosettaBuiltinType,RosettaCorpus,RosettaEnumeration,RosettaEnumSynonym,RosettaEnumValue,RosettaExternalFunction,RosettaFeatureOwner,RosettaModel,RosettaRecordType,RosettaRule,RosettaTypeAlias,ShortcutDeclaration,TypeParameter
- All Known Implementing Classes:
AnnotationImpl,AttributeImpl,ChoiceImpl,ChoiceOptionImpl,ConditionImpl,DataImpl,FunctionDispatchImpl,FunctionImpl,OperationImpl,RootElementImpl,RosettaBasicTypeImpl,RosettaBodyImpl,RosettaBuiltinTypeImpl,RosettaCorpusImpl,RosettaEnumerationImpl,RosettaEnumSynonymImpl,RosettaEnumValueImpl,RosettaExternalFunctionImpl,RosettaFeatureOwnerImpl,RosettaModelImpl,RosettaRecordTypeImpl,RosettaRuleImpl,RosettaTypeAliasImpl,ShortcutDeclarationImpl,TypeParameterImpl
public interface RosettaDefinable
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Definable'.
*********************************************************************
Common types
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Definition' attribute.voidsetDefinition(String value) Sets the value of the 'Definition' 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, eSetDeliver
-
Method Details
-
getDefinition
String getDefinition()Returns the value of the 'Definition' attribute.- Returns:
- the value of the 'Definition' attribute.
- See Also:
-
setDefinition
Sets the value of the 'Definition' attribute.- Parameters:
value- the new value of the 'Definition' attribute.- See Also:
-