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
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
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)