fr.inria.oadymppac.parsing.info
Class ValuesInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.ValuesInfo
All Implemented Interfaces:
java.lang.Cloneable, DTDValuesElement, Info, ValuesAttributes

public class ValuesInfo
extends BasicInfo
implements Info, ValuesAttributes, 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.event.Info
logger
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.ValuesAttributes
VALUES_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDValuesElement
VALUES
 
Constructor Summary
ValuesInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 int getInfoType()
           
 int[] getValues()
           
 void setValues(int[] values)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

INFO_TYPE

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

ValuesInfo

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

getValues

public int[] getValues()
Specified by:
getValues in interface ValuesAttributes
Returns:
Returns the values.

setValues

public void setValues(int[] values)
Specified by:
setValues in interface ValuesAttributes
Parameters:
values - The values to set.

toString

public java.lang.String toString()