Trait iso_10303_parts::ap214::IDocumentProductAssociation[][src]

pub trait IDocumentProductAssociation {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_document(&self) -> &EntityRef;
fn related_product(&self) -> &EntityRef; }

Required methods

Implementors