fr.inria.oadymppac.parsing.info
Class AnnotationCommandInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.AnnotationCommandInfo
All Implemented Interfaces:
AnnotationCommandAttributes, java.lang.Cloneable, DTDAnnotationElement, Info

public class AnnotationCommandInfo
extends BasicInfo
implements AnnotationCommandAttributes, java.lang.Cloneable

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

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.AnnotationCommandAttributes
COMMAND_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDAnnotationElement
ANNOTATION, IDENTIFIER, NAME, REFERENCES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
AnnotationCommandInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getCommand()
           
 int getInfoType()
           
 void setCommand(java.lang.String command)
           
 
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

AnnotationCommandInfo

public AnnotationCommandInfo()
Method Detail

getInfoType

public int getInfoType()
Specified by:
getInfoType in interface Info

getCommand

public java.lang.String getCommand()
Specified by:
getCommand in interface AnnotationCommandAttributes

setCommand

public void setCommand(java.lang.String command)
Specified by:
setCommand in interface AnnotationCommandAttributes

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class BasicInfo
Throws:
java.lang.CloneNotSupportedException