Package org.jboss.drools
Interface ImportType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ImportTypeImpl
public interface ImportType extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Import Type'.The following features are supported:
- See Also:
DroolsPackage.getImportType()- Generated code
- Model
- extendedMetaData="name='import_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DroolsPackage.getImportType_Name()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name'"
-
-