Trait iso_10303_parts::ap203::IActionPropertyRepresentation[][src]

pub trait IActionPropertyRepresentation {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn property(&self) -> &EntityRef;
fn representation(&self) -> &EntityRef; }

Required methods

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

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

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

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

Implementors