fr.inria.oadymppac.parsing.gentra4cp
Class BasicVariableEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicVariableEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DTDVariableAttributes, DTDVariableElement, DTDVariableTypeAttribute, Event, VarAttributes, VariableAttributes, VariableEvent, VariableTypeAttribute
- Direct Known Subclasses:
- DefaultVariableEvent
- public class BasicVariableEvent
- extends EventImpl
- implements VariableEvent
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicVariableEvent
public BasicVariableEvent()
getExternal
public java.lang.String getExternal()
- Specified by:
getExternal
in interface VarAttributes
- Returns:
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface VarAttributes
- Returns:
getInfo
public Info getInfo()
- Specified by:
getInfo
in interface Event
- Returns:
- Returns the info.
getInternal
public java.lang.String getInternal()
- Specified by:
getInternal
in interface VarAttributes
- Returns:
getName
public java.lang.String getName()
- Specified by:
getName
in interface VarAttributes
- Returns:
getType
public short getType()
- Specified by:
getType
in interface VariableTypeAttribute
- Returns:
init
public void init(ContentHandler handler,
org.xml.sax.Attributes atts)
- Specified by:
init
in interface Event
- Overrides:
init
in class EventImpl
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class EventImpl
setExternal
public void setExternal(java.lang.String external)
- Specified by:
setExternal
in interface VarAttributes
- Parameters:
external
-
setIdentifier
public void setIdentifier(java.lang.String ident)
- Specified by:
setIdentifier
in interface VarAttributes
- Parameters:
ident
-
setInternal
public void setInternal(java.lang.String internal)
- Specified by:
setInternal
in interface VarAttributes
- Parameters:
internal
-
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface VarAttributes
- Parameters:
name
-
setType
public void setType(short type)
- Specified by:
setType
in interface VariableTypeAttribute
- Parameters:
type
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event