Package org.drools.drl.ast.descr
Class WindowDeclarationDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.AnnotatedBaseDescr
-
- org.drools.drl.ast.descr.WindowDeclarationDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
public class WindowDeclarationDescr extends AnnotatedBaseDescr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowDeclarationDescr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()PatternDescrgetPattern()inthashCode()voidreadExternal(ObjectInput in)voidsetName(String name)voidsetPattern(PatternDescr pattern)voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.drools.drl.ast.descr.AnnotatedBaseDescr
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, hasAnnotation, hasAnnotation, indexByFQN
-
Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
-
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAnnotatedBaseDescr- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAnnotatedBaseDescr- Throws:
IOException
-
setName
public void setName(String name)
-
getName
public String getName()
-
setPattern
public void setPattern(PatternDescr pattern)
-
getPattern
public PatternDescr getPattern()
-
-