AnnotationAccessArgumentDO
/**
* @brief An access annotation argument class, with name or without name.
*/
Primary key: id: int
schema AnnotationAccessArgumentDO {
@primary id: int
}
AnnotationAccessArgumentDO::getParent
/**
* @brief gets the parent of the element.
* @return ElementParent
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
ElementParent
pub fn getParent(self: AnnotationAccessArgumentDO) -> ElementParent;
AnnotationAccessArgumentDO::getPrintableText
/**
* @brief gets the printable text for the element.
* @return string
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
string
pub fn getPrintableText(self: AnnotationAccessArgumentDO) -> string;
AnnotationAccessArgumentDO::getAnnotation
/**
* @brief gets the annotation for the element.
* @return Annotation
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
Annotation
pub fn getAnnotation(self: AnnotationAccessArgumentDO) -> Annotation;
AnnotationAccessArgumentDO::getAnAncestor
/**
* @brief gets an ancestor of the element.
* @return ElementParent
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
*ElementParent
pub fn getAnAncestor(self: AnnotationAccessArgumentDO) -> *ElementParent;
AnnotationAccessArgumentDO::getLocation
/**
* @brief gets the location for the element.
* @return Location
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
Location
pub fn getLocation(self: AnnotationAccessArgumentDO) -> Location;
AnnotationAccessArgumentDO::getType
/**
* @brief gets the type for the element.
* @return int
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
int
pub fn getType(self: AnnotationAccessArgumentDO) -> int;
AnnotationAccessArgumentDO::__all__
Data constraint method.
- Parameter
db
:JavaDB
- Return
*AnnotationAccessArgumentDO
pub fn __all__(db: JavaDB) -> *AnnotationAccessArgumentDO;
AnnotationAccessArgumentDO::getArgumentValueHashId
/**
* @brief gets the printable text for the element.
* @return int
*/
- Parameter
self
:AnnotationAccessArgumentDO
- Return
int
pub fn getArgumentValueHashId(self: AnnotationAccessArgumentDO) -> int;