fr.inria.oadymppac.parsing.info
Class NewStageInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.inria.oadymppac.parsing.info.EventInfo
fr.inria.oadymppac.parsing.info.NewStageInfo
- All Implemented Interfaces:
- java.lang.Cloneable, DTDEventAttributes, DTDNewStageElement, EventAttributes, Info, NewStageAttributes, StageCommentProvider, StateProvider
- public class NewStageInfo
- extends EventInfo
- implements NewStageAttributes, StateProvider, StageCommentProvider, 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
NewStageInfo
public NewStageInfo()
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
getDetail
public java.lang.String getDetail()
- Specified by:
getDetail
in interface NewStageAttributes
- Returns:
- Returns the detail.
setDetail
public void setDetail(java.lang.String detail)
- Specified by:
setDetail
in interface NewStageAttributes
- Parameters:
detail
- The detail to set.
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface NewStageAttributes
- Returns:
- Returns the identifier.
setIdentifier
public void setIdentifier(java.lang.String identifier)
- Specified by:
setIdentifier
in interface NewStageAttributes
- Parameters:
identifier
- The identifier to set.
getName
public java.lang.String getName()
- Specified by:
getName
in interface NewStageAttributes
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface NewStageAttributes
- Parameters:
name
- The name to set.
getReferences
public java.lang.String[] getReferences()
- Specified by:
getReferences
in interface NewStageAttributes
- Returns:
- Returns the references.
setReferences
public void setReferences(java.lang.String[] references)
- Specified by:
setReferences
in interface NewStageAttributes
- Parameters:
references
- The references 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.
getComment
public StageCommentInfo getComment()
- Specified by:
getComment
in interface StageCommentProvider
- Returns:
- Returns the comment.
setComment
public void setComment(StageCommentInfo comment)
- Specified by:
setComment
in interface StageCommentProvider
- Parameters:
comment
- The comment to set.