|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.andromda.core.configuration | Contains the classes and other resources that provide the configuration of AndroMDA. |
| Uses of Property in org.andromda.core.configuration |
|---|
| Methods in org.andromda.core.configuration that return Property | |
|---|---|
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. |
| Methods in org.andromda.core.configuration that return types with arguments of type Property | |
|---|---|
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. |
| Methods in org.andromda.core.configuration with parameters of type Property | |
|---|---|
void |
Namespace.addProperty(Property property)
Adds a property to this Namespace object. |
void |
Configuration.addProperty(Property property)
Adds a property to this configuration instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||