org.andromda.core.metafacade
Class MetafacadeMapping.Property

java.lang.Object
  extended by org.andromda.core.metafacade.MetafacadeMapping.Property
Enclosing class:
MetafacadeMapping

static final class MetafacadeMapping.Property
extends Object

Stores and provides access to the mapping element's nested <property/>.


Constructor Summary
MetafacadeMapping.Property(String name, String value)
           
 
Method Summary
(package private)  String getName()
          Gets the value of the name attribute on the property element.
(package private)  String getValue()
          Gets the value of the value attribute defined on the property element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetafacadeMapping.Property

MetafacadeMapping.Property(String name,
                           String value)
Parameters:
name -
value -
Method Detail

getName

final String getName()
Gets the value of the name attribute on the property element.

Returns:
the name

getValue

final String getValue()
Gets the value of the value attribute defined on the property element.

Returns:
the value


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