org.modeldriven.fuml.config
Class MappingConfiguration

java.lang.Object
  extended by org.modeldriven.fuml.config.MappingConfiguration

public class MappingConfiguration
extends Object

Mapping configuration root class.

Java class for MappingConfiguration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MappingConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReferenceMapping" type="{http://www.modeldriven.org/fuml/config}ReferenceMapping" maxOccurs="unbounded" minOccurs="0"/>
         <element name="BehaviorExecutionMapping" type="{http://www.modeldriven.org/fuml/config}BehaviorExecutionMapping" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
MappingConfiguration()
           
 
Method Summary
 List<BehaviorExecutionMapping> getBehaviorExecutionMapping()
          Gets the value of the behaviorExecutionMapping property.
 List<ReferenceMapping> getReferenceMapping()
          Gets the value of the referenceMapping property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingConfiguration

public MappingConfiguration()
Method Detail

getReferenceMapping

public List<ReferenceMapping> getReferenceMapping()
Gets the value of the referenceMapping property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the referenceMapping property.

For example, to add a new item, do as follows:

    getReferenceMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list ReferenceMapping


getBehaviorExecutionMapping

public List<BehaviorExecutionMapping> getBehaviorExecutionMapping()
Gets the value of the behaviorExecutionMapping property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the behaviorExecutionMapping property.

For example, to add a new item, do as follows:

    getBehaviorExecutionMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list BehaviorExecutionMapping



Copyright © 2012. All Rights Reserved.