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

All Superinterfaces:
DTDAnnotationElement
All Known Subinterfaces:
AnnotationEvent
All Known Implementing Classes:
AnnotationInfo, BasicAnnotationEvent, DefaultAnnotationEvent

public interface AnnotationAttributes
extends DTDAnnotationElement

Author:
raf

Field Summary
static java.lang.String IDENTIFIER_NONE
           
static java.lang.String NAME_NONE
           
static java.lang.String[] REFERENCES_NONE
           
static java.lang.String REFERENCES_SEPARATOR
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDAnnotationElement
ANNOTATION, IDENTIFIER, NAME, REFERENCES
 
Method Summary
 java.lang.String getIdentifier()
           
 java.lang.String getName()
           
 java.lang.String[] getReferences()
           
 void setIdentifier(java.lang.String ident)
           
 void setName(java.lang.String name)
           
 void setReferences(java.lang.String[] references)
           
 

Field Detail

IDENTIFIER_NONE

public static final java.lang.String IDENTIFIER_NONE
See Also:
Constant Field Values

NAME_NONE

public static final java.lang.String NAME_NONE
See Also:
Constant Field Values

REFERENCES_NONE

public static final java.lang.String[] REFERENCES_NONE

REFERENCES_SEPARATOR

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

getIdentifier

public java.lang.String getIdentifier()

getName

public java.lang.String getName()

getReferences

public java.lang.String[] getReferences()

setIdentifier

public void setIdentifier(java.lang.String ident)

setName

public void setName(java.lang.String name)

setReferences

public void setReferences(java.lang.String[] references)