Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
Modifier and Type | Method and Description |
---|---|
Property[] |
Configuration.getProperties()
Gets the properties belonging to this configuration.
|
Property |
Namespace.getProperty(String name)
Retrieves the property (the first one found) with the specified name.
|
Property |
Namespaces.getProperty(String namespaceName,
String propertyName)
Retrieves a property from the Namespace with the namespaceName.
|
Property |
Namespaces.getProperty(String namespaceName,
String propertyName,
boolean showWarning)
Retrieves a property from the Namespace with the namespaceName.
|
Modifier and Type | Method and Description |
---|---|
Collection<Collection<Property>> |
Namespace.getProperties()
Gets all namespaces belonging to this namespaces instance.
|
Collection<Property> |
Namespace.getProperties(String name)
Retrieves the properties with the specified name.
|
Collection<Property> |
Namespaces.getProperties(String namespaceName,
String propertyName)
Retrieves a property from the Namespace with the namespaceName.
|
Collection<Property> |
Namespaces.getProperties(String namespaceName,
String propertyName,
boolean showWarning)
Retrieves a property from the Namespace with the namespaceName.
|
Modifier and Type | Method and Description |
---|---|
void |
Namespace.addProperty(Property property)
Adds a property to this Namespace object.
|
void |
Configuration.addProperty(Property property)
Adds a property to this configuration instance.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.