fr.inria.oadymppac.parsing.gentra4cp.event
Class DefaultNewVariableEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.AbstractEvent
fr.inria.oadymppac.parsing.gentra4cp.event.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.event.DefaultNewVariableEvent
- All Implemented Interfaces:
- DTDEventAttributes, DTDVariableAttributes, DTDVariableTypeAttribute, Event, EventAttributes, NewVariableEvent, VariableAttributes, VariableTypeAttribute
- public class DefaultNewVariableEvent
- extends BasicEvent
- implements NewVariableEvent
- Author:
- raf
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.event.BasicEvent |
getChrono, getContext, getDepth, getFile, getLine, getTime, getValue, setChrono, setContext, setDepth, setFile, setLine, setTime |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes |
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime |
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event |
getValue, init |
DefaultNewVariableEvent
public DefaultNewVariableEvent()
getExternal
public java.lang.String getExternal()
- Specified by:
getExternal
in interface VariableAttributes
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface VariableAttributes
getInternal
public java.lang.String getInternal()
- Specified by:
getInternal
in interface VariableAttributes
getName
public java.lang.String getName()
- Specified by:
getName
in interface VariableAttributes
setExternal
public void setExternal(java.lang.String external)
- Specified by:
setExternal
in interface VariableAttributes
setIdentifier
public void setIdentifier(java.lang.String ident)
- Specified by:
setIdentifier
in interface VariableAttributes
setInternal
public void setInternal(java.lang.String internal)
- Specified by:
setInternal
in interface VariableAttributes
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface VariableAttributes
getType
public short getType()
- Specified by:
getType
in interface VariableTypeAttribute
setType
public void setType(short type)
- Specified by:
setType
in interface VariableTypeAttribute
init
public void init(ContentHandler handler,
org.xml.sax.Attributes atts)
- Specified by:
init
in interface Event
- Overrides:
init
in class BasicEvent
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicEvent