org.modeldriven.fuml.config
Class MappingConfiguration

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

public class MappingConfiguration
extends java.lang.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>
 


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

Field Detail

referenceMapping

protected java.util.List<ReferenceMapping> referenceMapping

behaviorExecutionMapping

protected java.util.List<BehaviorExecutionMapping> behaviorExecutionMapping
Constructor Detail

MappingConfiguration

public MappingConfiguration()
Method Detail

getReferenceMapping

public java.util.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 java.util.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 © 2015. All Rights Reserved.