站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by org.drools.lang.descr.BaseDescr
      extended by 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

Constructor Summary
GlobalDescr()
           
GlobalDescr(String identifier, String type)
           
 
Method Summary
 String getIdentifier()
           
 String getType()
           
 void setIdentifier(String identifier)
           
 void setType(String type)
           
 
Methods inherited from class org.drools.lang.descr.BaseDescr
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, setEndCharacter, setEndLocation, setLocation, setStartCharacter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalDescr

public GlobalDescr()

GlobalDescr

public GlobalDescr(String identifier,
                   String type)
Method Detail

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.