fr.inria.oadymppac.parsing.info
Class RestoreInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.inria.oadymppac.parsing.info.EventInfo
fr.inria.oadymppac.parsing.info.RestoreInfo
- All Implemented Interfaces:
- java.lang.Cloneable, DeltaListProvider, DTDEventAttributes, DTDRestoreElement, EventAttributes, Info, RestoreAttributes, StateProvider
- public class RestoreInfo
- extends EventInfo
- implements RestoreAttributes, DeltaListProvider, StateProvider, java.lang.Cloneable
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.info.EventInfo |
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime |
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
RestoreInfo
public RestoreInfo()
getInfoType
public int getInfoType()
- Specified by:
getInfoType
in interface Info
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface RestoreAttributes
setVariable
public void setVariable(java.lang.String var)
- Specified by:
setVariable
in interface RestoreAttributes
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class BasicInfo
- Throws:
java.lang.CloneNotSupportedException
getDeltaList
public DeltaListInfo getDeltaList()
- Specified by:
getDeltaList
in interface DeltaListProvider
- Returns:
- Returns the deltaList.
setDeltaList
public void setDeltaList(DeltaListInfo deltaList)
- Specified by:
setDeltaList
in interface DeltaListProvider
- Parameters:
deltaList
- The deltaList to set.
getState
public StateInfo getState()
- Specified by:
getState
in interface StateProvider
- Returns:
- Returns the state.
setState
public void setState(StateInfo state)
- Specified by:
setState
in interface StateProvider
- Parameters:
state
- The state to set.