fr.inria.oadymppac.parsing.info
Class NewConstraintInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.inria.oadymppac.parsing.info.EventInfo
fr.inria.oadymppac.parsing.info.NewConstraintInfo
- All Implemented Interfaces:
- java.lang.Cloneable, CtrAttributes, DTDConstraintAttributes, DTDConstraintOriginAttribute, DTDEventAttributes, EventAttributes, Info, NewConstraintAttributes, StateProvider, UpdateListProvider
- public class NewConstraintInfo
- extends EventInfo
- implements NewConstraintAttributes, UpdateListProvider, 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
NewConstraintInfo
public NewConstraintInfo()
getInfoType
public int getInfoType()
- Specified by:
getInfoType
in interface Info
getExternal
public java.lang.String getExternal()
- Specified by:
getExternal
in interface CtrAttributes
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface CtrAttributes
getInternal
public java.lang.String getInternal()
- Specified by:
getInternal
in interface CtrAttributes
getName
public java.lang.String getName()
- Specified by:
getName
in interface CtrAttributes
setExternal
public void setExternal(java.lang.String external)
- Specified by:
setExternal
in interface CtrAttributes
setIdentifier
public void setIdentifier(java.lang.String ident)
- Specified by:
setIdentifier
in interface CtrAttributes
setInternal
public void setInternal(java.lang.String internal)
- Specified by:
setInternal
in interface CtrAttributes
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface CtrAttributes
getOrigin
public java.lang.String getOrigin()
- Specified by:
getOrigin
in interface NewConstraintAttributes
setOrigin
public void setOrigin(java.lang.String orig)
- Specified by:
setOrigin
in interface NewConstraintAttributes
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class BasicInfo
- Throws:
java.lang.CloneNotSupportedException
getUpdateList
public UpdateListInfo getUpdateList()
- Specified by:
getUpdateList
in interface UpdateListProvider
- Returns:
- Returns the updateList.
setUpdateList
public void setUpdateList(UpdateListInfo updateList)
- Specified by:
setUpdateList
in interface UpdateListProvider
- Parameters:
updateList
- The updateList 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.