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

All Superinterfaces:
DTDAnnotationTypeAttribute
All Known Subinterfaces:
AnnotationEvent
All Known Implementing Classes:
BasicAnnotationEvent, DefaultAnnotationEvent

public interface AnnotationTypeAttribute
extends DTDAnnotationTypeAttribute

Author:
raf

Field Summary
static short TYPE_COMMAND
           
static short TYPE_NONE
           
static short TYPE_OBJECT
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDAnnotationTypeAttribute
COMMAND, OBJECT, TYPE
 
Method Summary
 short getType()
           
 void setType(short type)
           
 

Field Detail

TYPE_NONE

public static final short TYPE_NONE
See Also:
Constant Field Values

TYPE_OBJECT

public static final short TYPE_OBJECT
See Also:
Constant Field Values

TYPE_COMMAND

public static final short TYPE_COMMAND
See Also:
Constant Field Values
Method Detail

getType

public short getType()

setType

public void setType(short type)