Package kieker.model.analysismodel.type
Interface StorageType
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StorageTypeImpl
public interface StorageType
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Storage Type'.
The following features are supported:
- See Also:
TypePackage.getStorageType()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()Returns the value of the 'Name' attribute.java.lang.StringgetType()Returns the value of the 'Type' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetType(java.lang.String value)Sets the value of the 'Type' attribute.
-
Method Details
-
getName
java.lang.String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),TypePackage.getStorageType_Name()- Generated:
- Model:
- required="true"
-
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:
-
getType
java.lang.String getType()Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String),TypePackage.getStorageType_Type()- Generated:
- Model:
-
setType
void setType(java.lang.String value)Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
getType()- Generated:
-