|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.Configuration
public class Configuration
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>
| Constructor Summary | |
|---|---|
Configuration()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration()
| Method Detail |
|---|
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
LibraryConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||