fr.inria.oadymppac.parsing.info
Class VariablesInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.VariablesInfo
All Implemented Interfaces:
java.lang.Cloneable, DTDVariablesElement, Info, VariablesAttributes

public class VariablesInfo
extends BasicInfo
implements VariablesAttributes, 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.VariablesAttributes
IDENTIFIERS_NONE, IDENTIFIERS_SEPARATOR
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVariablesElement
IDENTIFIERS, VARIABLES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
VariablesInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String[] getIdentifiers()
           
 int getInfoType()
           
 void setIdentifiers(java.lang.String[] identifiers)
           
 
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

VariablesInfo

public VariablesInfo()
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

getIdentifiers

public java.lang.String[] getIdentifiers()
Specified by:
getIdentifiers in interface VariablesAttributes

setIdentifiers

public void setIdentifiers(java.lang.String[] identifiers)
Specified by:
setIdentifiers in interface VariablesAttributes