fr.inria.oadymppac.parsing.info
Class VarDomainInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.VarDomainInfo
All Implemented Interfaces:
java.lang.Cloneable, DTDVarDomainElement, Info, ValueListProvider, VarDomainAttributes

public class VarDomainInfo
extends BasicInfo
implements Info, VarDomainAttributes, ValueListProvider, 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.VarDomainAttributes
MAX_NONE, MIN_NONE, SIZE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVarDomainElement
MAX, MIN, SIZE, VARDOMAIN
 
Constructor Summary
VarDomainInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 int getInfoType()
           
 int getMax()
           
 int getMin()
           
 int getSize()
           
 ValueListInfo getValueList()
           
 void setMax(int max)
           
 void setMin(int min)
           
 void setSize(int size)
           
 void setValueList(ValueListInfo valueList)
           
 
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

VarDomainInfo

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

getMax

public int getMax()
Specified by:
getMax in interface VarDomainAttributes
Returns:
Returns the max.

setMax

public void setMax(int max)
Specified by:
setMax in interface VarDomainAttributes
Parameters:
max - The max to set.

getMin

public int getMin()
Specified by:
getMin in interface VarDomainAttributes
Returns:
Returns the min.

setMin

public void setMin(int min)
Specified by:
setMin in interface VarDomainAttributes
Parameters:
min - The min to set.

getSize

public int getSize()
Specified by:
getSize in interface VarDomainAttributes
Returns:
Returns the size.

setSize

public void setSize(int size)
Specified by:
setSize in interface VarDomainAttributes
Parameters:
size - The size to set.

getValueList

public ValueListInfo getValueList()
Specified by:
getValueList in interface ValueListProvider
Returns:
Returns the valueList.

setValueList

public void setValueList(ValueListInfo valueList)
Specified by:
setValueList in interface ValueListProvider
Parameters:
valueList - The valueList to set.