org.drools.spring.metadata
Class NullRuleMetadata

java.lang.Object
  extended by org.drools.spring.metadata.NullRuleMetadata
All Implemented Interfaces:
RuleMetadata

public class NullRuleMetadata
extends java.lang.Object
implements RuleMetadata


Constructor Summary
NullRuleMetadata()
           
 
Method Summary
 java.lang.String getDocumentation()
           
 java.lang.Long getDuration()
           
 java.lang.String getName()
           
 java.lang.Boolean getNoLoop()
           
 java.lang.Integer getSalience()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullRuleMetadata

public NullRuleMetadata()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface RuleMetadata

getDocumentation

public java.lang.String getDocumentation()
Specified by:
getDocumentation in interface RuleMetadata

getSalience

public java.lang.Integer getSalience()
Specified by:
getSalience in interface RuleMetadata

getDuration

public java.lang.Long getDuration()
Specified by:
getDuration in interface RuleMetadata

getNoLoop

public java.lang.Boolean getNoLoop()
Specified by:
getNoLoop in interface RuleMetadata