fr.inria.oadymppac.parsing.info
Class CauseInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.inria.oadymppac.parsing.info.CauseInfo
- All Implemented Interfaces:
- CauseAttributes, java.lang.Cloneable, DTDCauseElement, Info, ValueListProvider
- public class CauseInfo
- extends BasicInfo
- implements CauseAttributes, ValueListProvider, java.lang.Cloneable
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFO_TYPE
public static final int INFO_TYPE
- See Also:
- Constant Field Values
CauseInfo
public CauseInfo()
getInfoType
public int getInfoType()
- Specified by:
getInfoType
in interface Info
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class BasicInfo
- Throws:
java.lang.CloneNotSupportedException
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface CauseAttributes
setVariable
public void setVariable(java.lang.String ident)
- Specified by:
setVariable
in interface CauseAttributes
getType
public short getType()
setType
public void setType(short type)
getValueList
public ValueListInfo getValueList()
- Specified by:
getValueList
in interface ValueListProvider
- Returns:
- Returns the valueList.
setValueList
public void setValueList(ValueListInfo valueList)
- Specified by:
setValueList
in interface ValueListProvider
- Parameters:
valueList
- The valueList to set.