org.drools.rule
Class LineMappings

java.lang.Object
  extended by org.drools.rule.LineMappings
All Implemented Interfaces:
Externalizable, Serializable

public class LineMappings
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
LineMappings()
           
LineMappings(String className)
           
 
Method Summary
 String getClassName()
           
 int getOffset()
           
 int getStartLine()
           
 void readExternal(ObjectInput stream)
           
 void setOffset(int offset)
           
 void setStartLine(int startLine)
           
 void writeExternal(ObjectOutput stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineMappings

public LineMappings()

LineMappings

public LineMappings(String className)
Method Detail

readExternal

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

writeExternal

public void writeExternal(ObjectOutput stream)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

getClassName

public String getClassName()

setStartLine

public void setStartLine(int startLine)

getStartLine

public int getStartLine()

setOffset

public void setOffset(int offset)

getOffset

public int getOffset()


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