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

All Superinterfaces:
DTDConstraintsElement
All Known Subinterfaces:
ConstraintsEvent
All Known Implementing Classes:
BasicConstraintsEvent, ConstraintsInfo

public interface ConstraintsAttributes
extends DTDConstraintsElement

Author:
raf

Field Summary
static java.lang.String[] REFERENCES_NONE
           
static java.lang.String REFERENCES_SEPARATOR
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDConstraintsElement
CONSTRAINTS, REFERENCES
 
Method Summary
 java.lang.String[] getReferences()
           
 void setReferences(java.lang.String[] identifiers)
           
 

Field Detail

REFERENCES_NONE

public static final java.lang.String[] REFERENCES_NONE

REFERENCES_SEPARATOR

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

getReferences

public java.lang.String[] getReferences()

setReferences

public void setReferences(java.lang.String[] identifiers)