AnnotationCanNotResolvedDO
/**
* @brief DO class: An annotation can not resolved.
*/
Primary key: element_hash_id: int
schema AnnotationCanNotResolvedDO {
@primary element_hash_id: int,
name: string,
location_hash_id: int,
printable_text: string,
parent_hash_id: int
}
AnnotationCanNotResolvedDO::getParentHashId
/**
* @brief gets the parent hash id of this element.
* @return int
*/
- Parameter
self
:AnnotationCanNotResolvedDO
- Return
int
pub fn getParentHashId(self: AnnotationCanNotResolvedDO) -> int;
AnnotationCanNotResolvedDO::getPrintableText
/**
* @brief gets a printed representation of this element, including its structure where applicable.
* @return string.
*/
- Parameter
self
:AnnotationCanNotResolvedDO
- Return
string
pub fn getPrintableText(self: AnnotationCanNotResolvedDO) -> string;
AnnotationCanNotResolvedDO::getLocationHashId
/**
* @brief gets the location hash id of this element.
* @return int
*/
- Parameter
self
:AnnotationCanNotResolvedDO
- Return
int
pub fn getLocationHashId(self: AnnotationCanNotResolvedDO) -> int;
AnnotationCanNotResolvedDO::__all__
Data constraint method.
- Parameter
db
:JavaDB
- Return
*AnnotationCanNotResolvedDO
pub fn __all__(db: JavaDB) -> *AnnotationCanNotResolvedDO;
AnnotationCanNotResolvedDO::getName
/**
* @brief gets the name of this element.
* @return string
*/
- Parameter
self
:AnnotationCanNotResolvedDO
- Return
string
pub fn getName(self: AnnotationCanNotResolvedDO) -> string;