org.drools.compiler.lang.descr
Class EntryPointDeclarationDescr
java.lang.Object
org.drools.compiler.lang.descr.BaseDescr
org.drools.compiler.lang.descr.AnnotatedBaseDescr
org.drools.compiler.lang.descr.EntryPointDeclarationDescr
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.core.rule.Namespaceable
public class EntryPointDeclarationDescr
- extends AnnotatedBaseDescr
- See Also:
- Serialized Form
| Methods inherited from class org.drools.compiler.lang.descr.AnnotatedBaseDescr |
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQN |
| Methods inherited from class org.drools.compiler.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText |
EntryPointDeclarationDescr
public EntryPointDeclarationDescr()
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
setEntryPointId
public void setEntryPointId(String name)
getEntryPointId
public String getEntryPointId()
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
-
- Overrides:
equals in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.