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

All Superinterfaces:
DTDVariableAttributes, DTDVariableElement, DTDVariableTypeAttribute, VarAttributes, VariableTypeAttribute
All Known Subinterfaces:
NewVariableEvent, VariableEvent
All Known Implementing Classes:
BasicNewVariableEvent, BasicVariableEvent, DefaultNewVariableEvent, DefaultVariableEvent, NewVariableInfo, VariableInfo

public interface VariableAttributes
extends DTDVariableElement, VarAttributes, VariableTypeAttribute

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVariableElement
VARIABLE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.VarAttributes
EXTERNAL_NONE, IDENTIFIER_NONE, INTERNAL_NONE, NAME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVariableAttributes
EXTERNAL, IDENTIFIER, INTERNAL, NAME
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.VariableTypeAttribute
TYPE_ENUM, TYPE_INT, TYPE_NONE, TYPE_RAT, TYPE_REAL, TYPE_STRING
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDVariableTypeAttribute
ENUM, INT, RAT, REAL, STRING, TYPE
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.VarAttributes
getExternal, getIdentifier, getInternal, getName, setExternal, setIdentifier, setInternal, setName
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.VariableTypeAttribute
getType, setType