Package kieker.model.analysismodel.type
Interface ProvidedInterfaceType
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ProvidedInterfaceTypeImpl
public interface ProvidedInterfaceType
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Provided Interface Type'.
The following features are supported:
- See Also:
TypePackage.getProvidedInterfaceType()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
Returns the value of the 'Name' attribute.java.lang.String
getPackage()
Returns the value of the 'Package' attribute.org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>
getProvidedOperationTypes()
Returns the value of the 'Provided Operation Types' map.java.lang.String
getSignature()
Returns the value of the 'Signature' attribute.void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.void
setPackage(java.lang.String value)
Sets the value of the 'Package
' attribute.void
setSignature(java.lang.String value)
Sets the value of the 'Signature
' attribute.
-
Method Details
-
getProvidedOperationTypes
org.eclipse.emf.common.util.EMap<java.lang.String,OperationType> getProvidedOperationTypes()Returns the value of the 'Provided Operation Types' map. The key is of typeString
, and the value is of typeOperationType
,- Returns:
- the value of the 'Provided Operation Types' map.
- See Also:
TypePackage.getProvidedInterfaceType_ProvidedOperationTypes()
- Generated:
- Model:
- mapType="kieker.model.analysismodel.type.InterfaceEStringToOperationTypeMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.OperationType>" ordered="false"
-
getName
java.lang.String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,TypePackage.getProvidedInterfaceType_Name()
- Generated:
- Model:
-
setName
void setName(java.lang.String value)Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated:
-
getSignature
java.lang.String getSignature()Returns the value of the 'Signature' attribute.- Returns:
- the value of the 'Signature' attribute.
- See Also:
setSignature(String)
,TypePackage.getProvidedInterfaceType_Signature()
- Generated:
- Model:
-
setSignature
void setSignature(java.lang.String value)Sets the value of the 'Signature
' attribute.- Parameters:
value
- the new value of the 'Signature' attribute.- See Also:
getSignature()
- Generated:
-
getPackage
java.lang.String getPackage()Returns the value of the 'Package' attribute.- Returns:
- the value of the 'Package' attribute.
- See Also:
setPackage(String)
,TypePackage.getProvidedInterfaceType_Package()
- Generated:
- Model:
-
setPackage
void setPackage(java.lang.String value)Sets the value of the 'Package
' attribute.- Parameters:
value
- the new value of the 'Package' attribute.- See Also:
getPackage()
- Generated:
-