fr.inria.oadymppac.parsing.info
Class VarDomainInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.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
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFO_TYPE
public static final int INFO_TYPE
- See Also:
- Constant Field Values
VarDomainInfo
public VarDomainInfo()
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.