fr.inria.oadymppac.parsing.info
Class UpdateInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.UpdateInfo
All Implemented Interfaces:
java.lang.Cloneable, DTDUpdateElement, Info, UpdateAttributes, ValueListProvider

public class UpdateInfo
extends BasicInfo
implements UpdateAttributes, 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.UpdateAttributes
STATUS_NONE, VARIABLE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDUpdateElement
STATUS, TYPES, UPDATE, VARIABLE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
UpdateInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 int getInfoType()
           
 java.lang.String getStatus()
           
 short[] getType()
           
 ValueListInfo getValueList()
           
 java.lang.String getVariable()
           
 void setStatus(java.lang.String status)
           
 void setType(short[] type)
           
 void setValueList(ValueListInfo valueList)
           
 void setVariable(java.lang.String var)
           
 
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

UpdateInfo

public UpdateInfo()
Method Detail

getInfoType

public int getInfoType()
Specified by:
getInfoType in interface Info

getVariable

public java.lang.String getVariable()
Specified by:
getVariable in interface UpdateAttributes

setVariable

public void setVariable(java.lang.String var)
Specified by:
setVariable in interface UpdateAttributes

getType

public short[] getType()

setType

public void setType(short[] type)

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.

getStatus

public java.lang.String getStatus()
Specified by:
getStatus in interface UpdateAttributes
Returns:
Returns the status.

setStatus

public void setStatus(java.lang.String status)
Specified by:
setStatus in interface UpdateAttributes
Parameters:
status - The status to set.