Uses of Class
org.andromda.core.namespace.PropertyDefinition

Packages that use PropertyDefinition
org.andromda.core.configuration Contains the classes and other resources that provide the configuration of AndroMDA. 
org.andromda.core.namespace Defines all the namespace component support. 
 

Uses of PropertyDefinition in org.andromda.core.configuration
 

Methods in org.andromda.core.configuration that return PropertyDefinition
 PropertyDefinition[] Namespaces.getPropertyDefinitions(java.lang.String namespaceName)
          Retrieves all property definitions for the given namespace.
 

Uses of PropertyDefinition in org.andromda.core.namespace
 

Methods in org.andromda.core.namespace that return PropertyDefinition
 PropertyDefinition NamespaceRegistry.getPropertyDefinition(java.lang.String name)
          Attempts to retrieve the property definition for the given name.
 PropertyDefinition[] NamespaceRegistry.getPropertyDefinitions()
          Gets all property definitions belonging to this registry.
 

Methods in org.andromda.core.namespace with parameters of type PropertyDefinition
 void NamespaceRegistry.addPropertyDefinition(PropertyDefinition propertyDefinition)
          Adds a property definition to the group of defintions.
 void NamespaceRegistry.addPropertyDefinitions(PropertyDefinition[] propertyDefinitions)
          Adds all property definitions to the current property definitions.
 



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