public class Configuration extends Object
Java class for Configuration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Configuration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ImportConfiguration" type="{http://www.modeldriven.org/fuml/config}ImportConfiguration"/>
<element name="ValidationConfiguration" type="{http://www.modeldriven.org/fuml/config}ValidationConfiguration"/>
<element name="MappingConfiguration" type="{http://www.modeldriven.org/fuml/config}MappingConfiguration"/>
<element name="LibraryConfiguration" type="{http://www.modeldriven.org/fuml/config}LibraryConfiguration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImportConfiguration |
importConfiguration |
protected LibraryConfiguration |
libraryConfiguration |
protected MappingConfiguration |
mappingConfiguration |
protected ValidationConfiguration |
validationConfiguration |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
ImportConfiguration |
getImportConfiguration()
Gets the value of the importConfiguration property.
|
LibraryConfiguration |
getLibraryConfiguration()
Gets the value of the libraryConfiguration property.
|
MappingConfiguration |
getMappingConfiguration()
Gets the value of the mappingConfiguration property.
|
ValidationConfiguration |
getValidationConfiguration()
Gets the value of the validationConfiguration property.
|
void |
setImportConfiguration(ImportConfiguration value)
Sets the value of the importConfiguration property.
|
void |
setLibraryConfiguration(LibraryConfiguration value)
Sets the value of the libraryConfiguration property.
|
void |
setMappingConfiguration(MappingConfiguration value)
Sets the value of the mappingConfiguration property.
|
void |
setValidationConfiguration(ValidationConfiguration value)
Sets the value of the validationConfiguration property.
|
protected ImportConfiguration importConfiguration
protected ValidationConfiguration validationConfiguration
protected MappingConfiguration mappingConfiguration
protected LibraryConfiguration libraryConfiguration
public ImportConfiguration getImportConfiguration()
ImportConfigurationpublic void setImportConfiguration(ImportConfiguration value)
value - allowed object is
ImportConfigurationpublic ValidationConfiguration getValidationConfiguration()
ValidationConfigurationpublic void setValidationConfiguration(ValidationConfiguration value)
value - allowed object is
ValidationConfigurationpublic MappingConfiguration getMappingConfiguration()
MappingConfigurationpublic void setMappingConfiguration(MappingConfiguration value)
value - allowed object is
MappingConfigurationpublic LibraryConfiguration getLibraryConfiguration()
LibraryConfigurationpublic void setLibraryConfiguration(LibraryConfiguration value)
value - allowed object is
LibraryConfigurationCopyright © 2023. All rights reserved.