Package org.drools.drl.ast.descr
Class EntryPointDeclarationDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.AnnotatedBaseDescr
-
- org.drools.drl.ast.descr.EntryPointDeclarationDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
public class EntryPointDeclarationDescr extends AnnotatedBaseDescr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryPointDeclarationDescr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetEntryPointId()inthashCode()voidreadExternal(ObjectInput in)voidsetEntryPointId(String name)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
-
setEntryPointId
public void setEntryPointId(String name)
-
getEntryPointId
public String getEntryPointId()
-
-