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
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
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)