-
- All Implemented Interfaces:
public interface AnnotationDataBase class for annotation content.
-
-
Method Summary
Modifier and Type Method Description abstract Array<ElementValuePair>getElementValuePairEntries()Element value pair associations of the parent structure abstract UnitsetElementValuePairEntries(Array<ElementValuePair> elementValuePairEntries)Element value pair associations of the parent structure abstract IntegergetTypeIndex()type_index of this annotation. abstract UnitsetTypeIndex(Integer typeIndex)type_index of this annotation. -
-
Method Detail
-
getElementValuePairEntries
abstract Array<ElementValuePair> getElementValuePairEntries()
Element value pair associations of the parent structure
-
setElementValuePairEntries
abstract Unit setElementValuePairEntries(Array<ElementValuePair> elementValuePairEntries)
Element value pair associations of the parent structure
-
getTypeIndex
abstract Integer getTypeIndex()
type_index of this annotation.
-
setTypeIndex
abstract Unit setTypeIndex(Integer typeIndex)
type_index of this annotation.
-
-
-
-