fr.inria.oadymppac.parsing.info
Class CauseInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.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

Field Summary
static int INFO_TYPE
           
 
Fields inherited from class fr.inria.oadymppac.parsing.info.BasicInfo
cloned, created
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.CauseAttributes
VARIABLE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDCauseElement
CAUSE, VARIABLE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
CauseInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 int getInfoType()
           
 short getType()
           
 ValueListInfo getValueList()
           
 java.lang.String getVariable()
           
 void setType(short type)
           
 void setValueList(ValueListInfo valueList)
           
 void setVariable(java.lang.String ident)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.info.BasicInfo
clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO_TYPE

public static final int INFO_TYPE
See Also:
Constant Field Values
Constructor Detail

CauseInfo

public CauseInfo()
Method Detail

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.