Package org.drools.drl.ast.descr
Class GlobalDescr
java.lang.Object
org.drools.drl.ast.descr.BaseDescr
org.drools.drl.ast.descr.GlobalDescr
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
A descriptor class for globals.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
-
Constructor Details
-
GlobalDescr
public GlobalDescr() -
GlobalDescr
-
-
Method Details
-
getIdentifier
- Returns:
- the identifier
-
setIdentifier
- Parameters:
identifier- the identifier to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-