fr.inria.oadymppac.parsing.gentra4cp.event.attributes
Interface SolutionAttributes
- All Superinterfaces:
- DTDSolutionElement
- All Known Subinterfaces:
- SolutionEvent
- All Known Implementing Classes:
- BasicSolutionEvent, DefaultSolutionEvent, SolutionInfo
- public interface SolutionAttributes
- extends DTDSolutionElement
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
NODE_NONE
public static final java.lang.String NODE_NONE
- See Also:
- Constant Field Values
NODENAME_NONE
public static final java.lang.String NODENAME_NONE
- See Also:
- Constant Field Values
VALUE_NONE
public static final int VALUE_NONE
- See Also:
- Constant Field Values
getNode
public java.lang.String getNode()
setNode
public void setNode(java.lang.String node)
getNodeName
public java.lang.String getNodeName()
setNodeName
public void setNodeName(java.lang.String name)
getValue
public int getValue()
setValue
public void setValue(int value)