fr.inria.oadymppac.parsing.info
Class RangeInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.RangeInfo
- All Implemented Interfaces:
- java.lang.Cloneable, DTDRangeElement, Info, RangeAttributes
- public class RangeInfo
- extends java.lang.Object
- implements Info, RangeAttributes, java.lang.Cloneable
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INFO_TYPE
public static final int INFO_TYPE
- See Also:
- Constant Field Values
RangeInfo
public RangeInfo()
getInfoType
public int getInfoType()
- Specified by:
getInfoType
in interface Info
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
getFrom
public int getFrom()
- Specified by:
getFrom
in interface RangeAttributes
- Returns:
- Returns the from.
setFrom
public void setFrom(int from)
- Specified by:
setFrom
in interface RangeAttributes
- Parameters:
from
- The from to set.
getTo
public int getTo()
- Specified by:
getTo
in interface RangeAttributes
- Returns:
- Returns the to.
setTo
public void setTo(int to)
- Specified by:
setTo
in interface RangeAttributes
- Parameters:
to
- The to to set.
toString
public java.lang.String toString()