[][src]Trait bpxe_bpmn_schema::RootElementType

pub trait RootElementType: BaseElementType + Downcast + Debug + Send + DynClone { }

Access to rootElement

Implementations

impl dyn RootElementType[src]

pub fn is<__T: RootElementType>(&self) -> bool[src]

Returns true if the trait object wraps an object of type __T.

pub fn downcast<__T: RootElementType>(
    self: Box<Self>
) -> Result<Box<__T>, Box<Self>>
[src]

Returns a boxed object from a boxed trait object if the underlying object is of type __T. Returns the original boxed trait if it isn't.

pub fn downcast_rc<__T: RootElementType>(
    self: Rc<Self>
) -> Result<Rc<__T>, Rc<Self>>
[src]

Returns an Rc-ed object from an Rc-ed trait object if the underlying object is of type __T. Returns the original Rc-ed trait if it isn't.

pub fn downcast_ref<__T: RootElementType>(&self) -> Option<&__T>[src]

Returns a reference to the object within the trait object if it is of type __T, or None if it isn't.

pub fn downcast_mut<__T: RootElementType>(&mut self) -> Option<&mut __T>[src]

Returns a mutable reference to the object within the trait object if it is of type __T, or None if it isn't.

Implementors

impl RootElementType for CallableElement[src]

impl RootElementType for CancelEventDefinition[src]

impl RootElementType for Category[src]

impl RootElementType for Choreography[src]

impl RootElementType for Collaboration[src]

impl RootElementType for CompensateEventDefinition[src]

impl RootElementType for ConditionalEventDefinition[src]

impl RootElementType for CorrelationProperty[src]

impl RootElementType for DataStore[src]

impl RootElementType for EndPoint[src]

impl RootElementType for Error[src]

impl RootElementType for ErrorEventDefinition[src]

impl RootElementType for Escalation[src]

impl RootElementType for EscalationEventDefinition[src]

impl RootElementType for GlobalBusinessRuleTask[src]

impl RootElementType for GlobalChoreographyTask[src]

impl RootElementType for GlobalConversation[src]

impl RootElementType for GlobalManualTask[src]

impl RootElementType for GlobalScriptTask[src]

impl RootElementType for GlobalTask[src]

impl RootElementType for GlobalUserTask[src]

impl RootElementType for Interface[src]

impl RootElementType for ItemDefinition[src]

impl RootElementType for LinkEventDefinition[src]

impl RootElementType for Message[src]

impl RootElementType for MessageEventDefinition[src]

impl RootElementType for PartnerEntity[src]

impl RootElementType for PartnerRole[src]

impl RootElementType for Process[src]

impl RootElementType for Resource[src]

impl RootElementType for Signal[src]

impl RootElementType for SignalEventDefinition[src]

impl RootElementType for TerminateEventDefinition[src]

impl RootElementType for TimerEventDefinition[src]

Loading content...