Package com.regnosys.rosetta.rosetta
Interface RosettaTyped
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Attribute,ChoiceOption,RosettaConstructorExpression,RosettaExternalFunction,RosettaMetaType,RosettaParameter,RosettaRecordFeature,RosettaTypeAlias,RosettaTypedFeature,TypeParameter
- All Known Implementing Classes:
AttributeImpl,ChoiceOptionImpl,RosettaConstructorExpressionImpl,RosettaExternalFunctionImpl,RosettaMetaTypeImpl,RosettaParameterImpl,RosettaRecordFeatureImpl,RosettaTypeAliasImpl,RosettaTypedFeatureImpl,TypeParameterImpl
public interface RosettaTyped
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Typed'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Type Call' containment reference.booleanReturns the value of the 'Is Type Inferred' attribute.voidsetTypeCall(TypeCall value) Sets the value of the 'Type Call' containment reference.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
-
getTypeCall
TypeCall getTypeCall()Returns the value of the 'Type Call' containment reference.- Returns:
- the value of the 'Type Call' containment reference.
- See Also:
-
setTypeCall
Sets the value of the 'Type Call' containment reference.- Parameters:
value- the new value of the 'Type Call' containment reference.- See Also:
-
isIsTypeInferred
boolean isIsTypeInferred()Returns the value of the 'Is Type Inferred' attribute.- Returns:
- the value of the 'Is Type Inferred' attribute.
- See Also:
-