fr.inria.oadymppac.parsing.info
Class ConstraintsInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.ConstraintsInfo
All Implemented Interfaces:
java.lang.Cloneable, ConstraintsAttributes, DTDConstraintsElement, Info

public class ConstraintsInfo
extends BasicInfo
implements ConstraintsAttributes, 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.ConstraintsAttributes
REFERENCES_NONE, REFERENCES_SEPARATOR
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDConstraintsElement
CONSTRAINTS, REFERENCES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
ConstraintsInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 int getInfoType()
           
 java.lang.String[] getReferences()
           
 void setReferences(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

ConstraintsInfo

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

getReferences

public java.lang.String[] getReferences()
Specified by:
getReferences in interface ConstraintsAttributes

setReferences

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