当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
GlobalDescr (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.lang.descr
Class GlobalDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.GlobalDescr
- All Implemented Interfaces:
- Serializable
public class GlobalDescr
- extends BaseDescr
A descriptor class for globals.
- Author:
- etirelli
- See Also:
- Serialized Form
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-2007
JBoss Inc.. All Rights Reserved.