fr.inria.oadymppac.parsing.gentra4cp.event.attributes
Interface RealValuesAttributes


public interface RealValuesAttributes

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 INT_VALUE_NONE
           
static int[] INT_VALUES_NONE
           
 
Method Summary
 int getValue()
           
 int[] getValues()
           
 void setValue(int val)
           
 void setValues(int[] values)
           
 

Field Detail

INT_VALUE_NONE

public static final int INT_VALUE_NONE
See Also:
Constant Field Values

INT_VALUES_NONE

public static final int[] INT_VALUES_NONE
Method Detail

getValue

public int getValue()

setValue

public void setValue(int val)

getValues

public int[] getValues()

setValues

public void setValues(int[] values)