Trait iso_10303_parts::ap203::IProductCategoryRelationship[][src]

pub trait IProductCategoryRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn category(&self) -> &EntityRef;
fn sub_category(&self) -> &EntityRef; }

Required methods

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn category(&self) -> &EntityRef[src]

fn sub_category(&self) -> &EntityRef[src]

Implementors