ReferenceParameterListDO

/** * @brief DO class: A reference parameter list. */ 

Primary key: list_hash_id: int

schema ReferenceParameterListDO { type_element_hash_id: int, @primary list_hash_id: int, index_order: int, parent_hash_id: int, printable_text: string, location_hash_id: int } 

ReferenceParameterListDO::getLocationHashId

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

ReferenceParameterListDO::getPrintableText

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

ReferenceParameterListDO::getTypeElementHashId

/** * @brief gets the type element of the list. * @return int */ 
pub fn getTypeElementHashId(self: ReferenceParameterListDO) -> int; 

ReferenceParameterListDO::__all__

Data constraint method.

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

ReferenceParameterListDO::getListHashId

/** * @brief gets the list hash id of this element. * @return int */ 
pub fn getListHashId(self: ReferenceParameterListDO) -> int; 

ReferenceParameterListDO::getIndex

/** * @brief gets the index order of this element. * @return int */ 
pub fn getIndex(self: ReferenceParameterListDO) -> int; 

ReferenceParameterListDO::getParentHashId

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