org.drools.rule
Class LineMappings
java.lang.Object
org.drools.rule.LineMappings
- All Implemented Interfaces:
- Externalizable, Serializable
public class LineMappings
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineMappings
public LineMappings()
LineMappings
public LineMappings(String className)
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.