fr.inria.oadymppac.parsing.info
Class NewStageInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.EventInfo
          extended byfr.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

Field Summary
static int INFO_TYPE
           
 
Fields inherited from class fr.inria.oadymppac.parsing.info.BasicInfo
cloned, created
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.NewStageAttributes
DETAIL_NONE, IDENTIFIER_NONE, NAME_NONE, REFERENCES_NONE, REFERENCES_SEPARATOR
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDNewStageElement
DETAIL, IDENTIFIER, NAME, NEWSTAGE, REFERENCES
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
CHRONO_NONE, CONTEXT_NONE, DEPTH_NONE, FILE_NONE, LINE_NONE, TIME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDEventAttributes
CHRONO, CONTEXT, DEPTH, FILE, LINE, TIME
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
NewStageInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 StageCommentInfo getComment()
           
 java.lang.String getDetail()
           
 java.lang.String getIdentifier()
           
 int getInfoType()
           
 java.lang.String getName()
           
 java.lang.String[] getReferences()
           
 StateInfo getState()
           
 void setComment(StageCommentInfo comment)
           
 void setDetail(java.lang.String detail)
           
 void setIdentifier(java.lang.String identifier)
           
 void setName(java.lang.String name)
           
 void setReferences(java.lang.String[] references)
           
 void setState(StateInfo state)
           
 
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 fr.inria.oadymppac.parsing.info.BasicInfo
clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO_TYPE

public static final int INFO_TYPE
See Also:
Constant Field Values
Constructor Detail

NewStageInfo

public NewStageInfo()
Method Detail

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.