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