ImportStaticReferenceElementDO

/** * @brief DO class: An import static reference element. */ 

Primary key: element_hash_id: int

schema ImportStaticReferenceElementDO { @primary element_hash_id: int, printable_text: string, parent_hash_id: int, location_hash_id: int } 

ImportStaticReferenceElementDO::getParentHashId

/** * @brief gets the parent hash id of this element. * @return int */ 
pub fn getParentHashId(self: ImportStaticReferenceElementDO) -> int; 

ImportStaticReferenceElementDO::getLocationHashId

/** * @brief gets the location hash id of this element. * @return int */ 
pub fn getLocationHashId(self: ImportStaticReferenceElementDO) -> int; 

ImportStaticReferenceElementDO::__all__

Data constraint method.

pub fn __all__(db: JavaDB) -> *ImportStaticReferenceElementDO; 

ImportStaticReferenceElementDO::getPrintableText

/** * @brief gets a printed representation of this element, including its structure where applicable. * @return string. */ 
pub fn getPrintableText(self: ImportStaticReferenceElementDO) -> string;