public interface GlobalType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DroolsPackage.getGlobalType()
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Returns the value of the 'Identifier' attribute
|
String |
getType()
Returns the value of the 'Type' attribute
|
void |
setIdentifier(String value)
Sets the value of the '
Identifier ' attribute |
void |
setType(String value)
Sets the value of the '
Type ' attribute |
String getIdentifier()
If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
setIdentifier(String)
,
DroolsPackage.getGlobalType_Identifier()
void setIdentifier(String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
DroolsPackage.getGlobalType_Type()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.