org.drools.lang.descr
Class GlobalDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.GlobalDescr
- All Implemented Interfaces:
- Externalizable, Serializable
public class GlobalDescr
- extends BaseDescr
A descriptor class for globals.
- See Also:
- Serialized Form
Methods inherited from class org.drools.lang.descr.BaseDescr |
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, getText, readExternal, setEndCharacter, setEndLocation, setLocation, setStartCharacter, setText, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalDescr
public GlobalDescr()
GlobalDescr
public GlobalDescr(String identifier,
String type)
getIdentifier
public String getIdentifier()
- Returns:
- the identifier
setIdentifier
public void setIdentifier(String identifier)
- Parameters:
identifier
- the identifier to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.