Trait iso_10303_parts::ap214::IPropertyDefinitionRelationship[][src]

pub trait IPropertyDefinitionRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn relating_property_definition(&self) -> &EntityRef;
fn related_property_definition(&self) -> &EntityRef; }

Required methods

Implementors