public class MappingConfiguration extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<BehaviorExecutionMapping> |
behaviorExecutionMapping |
protected List<ReferenceMapping> |
referenceMapping |
| Constructor and Description |
|---|
MappingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<BehaviorExecutionMapping> |
getBehaviorExecutionMapping()
Gets the value of the behaviorExecutionMapping property.
|
List<ReferenceMapping> |
getReferenceMapping()
Gets the value of the referenceMapping property.
|
protected List<ReferenceMapping> referenceMapping
protected List<BehaviorExecutionMapping> behaviorExecutionMapping
public List<ReferenceMapping> getReferenceMapping()
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
public List<BehaviorExecutionMapping> getBehaviorExecutionMapping()
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 © 2017. All rights reserved.