Package org.jboss.drools
Interface GlobalType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GlobalTypeImpl
public interface GlobalType extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Global Type'.The following features are supported:
- See Also:
DroolsPackage.getGlobalType()- Generated code
- Model
- extendedMetaData="name='global_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier()Returns the value of the 'Identifier' attribute.StringgetType()Returns the value of the 'Type' attribute.voidsetIdentifier(String value)Sets the value of the 'Identifier' attribute.voidsetType(String value)Sets the value of the 'Type' attribute.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
Returns the value of the 'Identifier' attribute.If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Identifier' attribute.
- See Also:
setIdentifier(String),DroolsPackage.getGlobalType_Identifier()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='identifier'"
-
setIdentifier
void setIdentifier(String value)
Sets the value of the 'Identifier' attribute.- Parameters:
value- the new value of the 'Identifier' attribute.- See Also:
getIdentifier()- Generated code
-
getType
String getType()
Returns the value of the 'Type' attribute.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String),DroolsPackage.getGlobalType_Type()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='type'"
-
-