fr.inria.oadymppac.parsing.info
Class UpdateInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.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
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
UpdateInfo
public UpdateInfo()
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.