EmptyReferenceParameterListDO
/**
* @brief DO class: An empty reference parameter list, like "<>".
*/
Primary key: list_hash_id: int
schema EmptyReferenceParameterListDO {
@primary list_hash_id: int,
parent_hash_id: int,
printable_text: string,
location_hash_id: int
}
EmptyReferenceParameterListDO::getPrintableText
/**
* @brief gets a printed representation of this element, including its structure where applicable.
* @return string.
*/
- Parameter
self
:EmptyReferenceParameterListDO
- Return
string
pub fn getPrintableText(self: EmptyReferenceParameterListDO) -> string;
EmptyReferenceParameterListDO::getLocationHashId
/**
* @brief gets the location hash id of this element.
* @return int
*/
- Parameter
self
:EmptyReferenceParameterListDO
- Return
int
pub fn getLocationHashId(self: EmptyReferenceParameterListDO) -> int;
EmptyReferenceParameterListDO::__all__
Data constraint method.
- Parameter
db
:JavaDB
- Return
*EmptyReferenceParameterListDO
pub fn __all__(db: JavaDB) -> *EmptyReferenceParameterListDO;
EmptyReferenceParameterListDO::getParentHashId
/**
* @brief gets the parent hash id of this element.
* @return int
*/
- Parameter
self
:EmptyReferenceParameterListDO
- Return
int
pub fn getParentHashId(self: EmptyReferenceParameterListDO) -> int;