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

All Superinterfaces:
DTDVariablesElement
All Known Subinterfaces:
VariablesEvent
All Known Implementing Classes:
BasicVariablesEvent, VariablesInfo

public interface VariablesAttributes
extends DTDVariablesElement

Author:
raf

Field Summary
static java.lang.String[] IDENTIFIERS_NONE
           
static java.lang.String IDENTIFIERS_SEPARATOR
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVariablesElement
IDENTIFIERS, VARIABLES
 
Method Summary
 java.lang.String[] getIdentifiers()
           
 void setIdentifiers(java.lang.String[] identifiers)
           
 

Field Detail

IDENTIFIERS_NONE

public static final java.lang.String[] IDENTIFIERS_NONE

IDENTIFIERS_SEPARATOR

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

getIdentifiers

public java.lang.String[] getIdentifiers()

setIdentifiers

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