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

All Superinterfaces:
DTDChoiceConstraintElement
All Known Subinterfaces:
ChoiceConstraintEvent
All Known Implementing Classes:
BasicChoiceConstraintEvent, ChoiceConstraintInfo

public interface ChoiceConstraintAttributes
extends DTDChoiceConstraintElement

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static java.lang.String[] CONSTRAINTS_NONE
           
static java.lang.String CONSTRAINTS_SEPARATOR
           
static int VALUE_NONE
           
static java.lang.String VARIABLE_NONE
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDChoiceConstraintElement
CHOICECONSTRAINT, CONSTRAINTS, VALUE, VARIABLE
 
Method Summary
 java.lang.String[] getConstraints()
           
 int getValue()
           
 java.lang.String getVariable()
           
 void setConstraints(java.lang.String[] constraints)
           
 void setValue(int value)
           
 void setVariable(java.lang.String variable)
           
 

Field Detail

VARIABLE_NONE

public static final java.lang.String VARIABLE_NONE
See Also:
Constant Field Values

VALUE_NONE

public static final int VALUE_NONE
See Also:
Constant Field Values

CONSTRAINTS_NONE

public static final java.lang.String[] CONSTRAINTS_NONE

CONSTRAINTS_SEPARATOR

public static final java.lang.String CONSTRAINTS_SEPARATOR
See Also:
Constant Field Values
Method Detail

getVariable

public java.lang.String getVariable()

setVariable

public void setVariable(java.lang.String variable)

getValue

public int getValue()

setValue

public void setValue(int value)

getConstraints

public java.lang.String[] getConstraints()

setConstraints

public void setConstraints(java.lang.String[] constraints)