|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.modeldriven.fuml.config package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor Summary | |
|---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.modeldriven.fuml.config |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public ImportConfiguration createImportConfiguration()
ImportConfiguration
public ImportExemption createImportExemption()
ImportExemption
public BehaviorExecutionMapping createBehaviorExecutionMapping()
BehaviorExecutionMapping
public LibraryImport createLibraryImport()
LibraryImport
public ValidationConfiguration createValidationConfiguration()
ValidationConfiguration
public MappingConfiguration createMappingConfiguration()
MappingConfiguration
public ValidationExemption createValidationExemption()
ValidationExemption
public SupportedNamespace createSupportedNamespace()
SupportedNamespace
public LibraryConfiguration createLibraryConfiguration()
LibraryConfiguration
public Configuration createConfiguration()
Configuration
public ReferenceMapping createReferenceMapping()
ReferenceMapping
public ImportAdapter createImportAdapter()
ImportAdapter
public ExtensionPackage createExtensionPackage()
ExtensionPackage
public JAXBElement<ImportExemption> createImportExemption(ImportExemption value)
JAXBElement<ImportExemption>}
public JAXBElement<LibraryImport> createLibraryImport(LibraryImport value)
JAXBElement<LibraryImport>}
public JAXBElement<ImportAdapter> createImportAdapter(ImportAdapter value)
JAXBElement<ImportAdapter>}
public JAXBElement<LibraryConfiguration> createLibraryConfiguration(LibraryConfiguration value)
JAXBElement<LibraryConfiguration>}
public JAXBElement<ExtensionPackage> createExtensionPackage(ExtensionPackage value)
JAXBElement<ExtensionPackage>}
public JAXBElement<Configuration> createConfiguration(Configuration value)
JAXBElement<Configuration>}
public JAXBElement<BehaviorExecutionMapping> createBehaviorExecutionMapping(BehaviorExecutionMapping value)
JAXBElement<BehaviorExecutionMapping>}
public JAXBElement<ReferenceMapping> createReferenceMapping(ReferenceMapping value)
JAXBElement<ReferenceMapping>}
public JAXBElement<ValidationConfiguration> createValidationConfiguration(ValidationConfiguration value)
JAXBElement<ValidationConfiguration>}
public JAXBElement<SupportedNamespace> createSupportedNamespace(SupportedNamespace value)
JAXBElement<SupportedNamespace>}
public JAXBElement<MappingConfiguration> createMappingConfiguration(MappingConfiguration value)
JAXBElement<MappingConfiguration>}
public JAXBElement<ImportConfiguration> createImportConfiguration(ImportConfiguration value)
JAXBElement<ImportConfiguration>}
public JAXBElement<ValidationExemption> createValidationExemption(ValidationExemption value)
JAXBElement<ValidationExemption>}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||