org.drools.lang.descr
Class WindowDeclarationDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.AnnotatedBaseDescr
          extended by org.drools.lang.descr.WindowDeclarationDescr
All Implemented Interfaces:
Externalizable, Serializable, Namespaceable

public class WindowDeclarationDescr
extends AnnotatedBaseDescr

See Also:
Serialized Form

Constructor Summary
WindowDeclarationDescr()
           
 
Method Summary
 boolean equals(Object obj)
          
 String getName()
           
 PatternDescr getPattern()
           
 int hashCode()
          
 void readExternal(ObjectInput in)
           
 void setName(String name)
           
 void setPattern(PatternDescr pattern)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.drools.lang.descr.AnnotatedBaseDescr
addAnnotation, addAnnotation, getAnnotation, getAnnotationNames, getAnnotations
 
Methods inherited from class org.drools.lang.descr.BaseDescr
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowDeclarationDescr

public WindowDeclarationDescr()
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class AnnotatedBaseDescr
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class AnnotatedBaseDescr
Throws:
IOException

setName

public void setName(String name)

getName

public String getName()

setPattern

public void setPattern(PatternDescr pattern)

getPattern

public PatternDescr getPattern()

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.