org.drools.semantics.python
Class PythonImportEntry

java.lang.Object
  extended byorg.drools.semantics.python.PythonImportEntry
All Implemented Interfaces:
ImportEntry, Serializable

public class PythonImportEntry
extends Object
implements ImportEntry

See Also:
Serialized Form

Constructor Summary
PythonImportEntry(String importEntry)
           
 
Method Summary
 boolean equals(Object object)
           
 String getImportEntry()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PythonImportEntry

public PythonImportEntry(String importEntry)
Method Detail

getImportEntry

public String getImportEntry()
Specified by:
getImportEntry in interface ImportEntry

toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object object)


Copyright © 2001-2004 The Codehaus. All Rights Reserved.