Program
/** * @brief The root of the extracted project. */ Inherit from ProgramDO
Primary key: oid: int
schema Program extends ProgramDO { @primary oid: int, absolute_path_prefix: string } Program::getAbsolutePathPrefix
/** * @brief gets the absolute path prefix of this element. * @return string */ - Parameter
self:Program - Return
string
pub fn getAbsolutePathPrefix(self: Program) -> string; Program::__all__
Data constraint method.
- Parameter
db:PropertiesDB - Return
*Program
pub fn __all__(db: PropertiesDB) -> *Program;