Uses of Class
org.andromda.core.configuration.Property

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(java.lang.String name)
          Retrieves the property (the first one found) with the specified name.
 Property Namespaces.getProperty(java.lang.String namespaceName, java.lang.String propertyName)
          Retrieves a property from the Namespace with the namespaceName.
 Property Namespaces.getProperty(java.lang.String namespaceName, java.lang.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
 java.util.Collection<Property> Namespace.getProperties(java.lang.String name)
          Retrieves the properties with the specified name.
 java.util.Collection<Property> Namespaces.getProperties(java.lang.String namespaceName, java.lang.String propertyName)
          Retrieves a property from the Namespace with the namespaceName.
 java.util.Collection<Property> Namespaces.getProperties(java.lang.String namespaceName, java.lang.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 Configuration.addProperty(Property property)
          Adds a property to this configuration instance.
 void Namespace.addProperty(Property property)
          Adds a property to this Namespace object.
 



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.