Package org.jboss.drools
Interface MetaDataType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MetaDataTypeImpl
public interface MetaDataType extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Meta Data Type'.The following features are supported:
- See Also:
DroolsPackage.getMetaDataType()- Generated code
- Model
- extendedMetaData="name='metaData_._type' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMetaValue()Returns the value of the 'Meta Value' attribute.StringgetName()Returns the value of the 'Name' attribute.voidsetMetaValue(String value)Sets the value of the 'Meta Value' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getMetaValue
String getMetaValue()
Returns the value of the 'Meta Value' attribute.If the meaning of the 'Meta Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Meta Value' attribute.
- See Also:
setMetaValue(String),DroolsPackage.getMetaDataType_MetaValue()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='metaValue' namespace='##targetNamespace'"
-
setMetaValue
void setMetaValue(String value)
Sets the value of the 'Meta Value' attribute.- Parameters:
value- the new value of the 'Meta Value' attribute.- See Also:
getMetaValue()- Generated code
-
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.getMetaDataType_Name()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name'"
-
-