站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

DSLMappingEntry.ConditionSection (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.lang.dsl
Class DSLMappingEntry.ConditionSection

java.lang.Object
  extended by org.drools.lang.dsl.DSLMappingEntry.ConditionSection
All Implemented Interfaces:
Comparable, DSLMappingEntry.Section
Enclosing interface:
DSLMappingEntry

public static class DSLMappingEntry.ConditionSection
extends Object
implements DSLMappingEntry.Section

The condition section, to allow mapping of the conditions

Author:
etirelli

Method Summary
 int compareTo(Object arg0)
           
 boolean equals(Object obj)
           
 String getSymbol()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getSymbol

public String getSymbol()
Specified by:
getSymbol in interface DSLMappingEntry.Section

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

compareTo

public int compareTo(Object arg0)
Specified by:
compareTo in interface Comparable


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.