fr.inria.oadymppac.parsing.info
Class DeltaInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.DeltaInfo
All Implemented Interfaces:
java.lang.Cloneable, DeltaAttributes, DTDDeltaElement, Info, ValueListProvider

public class DeltaInfo
extends BasicInfo
implements Info, DeltaAttributes, ValueListProvider, java.lang.Cloneable

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

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.event.Info
logger
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.DeltaAttributes
VARIABLE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDDeltaElement
DELTA, VARIABLE
 
Constructor Summary
DeltaInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 int getInfoType()
           
 ValueListInfo getValueList()
           
 java.lang.String getVariable()
           
 void setValueList(ValueListInfo valueList)
           
 void setVariable(java.lang.String variable)
           
 
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

DeltaInfo

public DeltaInfo()
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

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.

getVariable

public java.lang.String getVariable()
Specified by:
getVariable in interface DeltaAttributes
Returns:
Returns the variable.

setVariable

public void setVariable(java.lang.String variable)
Specified by:
setVariable in interface DeltaAttributes
Parameters:
variable - The variable to set.