org.andromda.core.cartridge.template
Class Type.Property

java.lang.Object
  extended by org.andromda.core.cartridge.template.Type.Property
Enclosing class:
Type

public static final class Type.Property
extends java.lang.Object

Stores and provides access to the type's <property/> elements.


Method Summary
 java.lang.String getName()
          Gets the value of the name attribute on the property element.
 java.lang.String getValue()
          Gets the value of the value attribute defined on the property element.
 java.lang.String getVariable()
          Gets the variable name under which this property's value (or element if the property is a collection) should be stored within the template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Gets the value of the name attribute on the property element.

Returns:
the name

getVariable

public java.lang.String getVariable()
Gets the variable name under which this property's value (or element if the property is a collection) should be stored within the template.

Returns:
the variable name.

getValue

public java.lang.String getValue()
Gets the value of the value attribute defined on the property element.

Returns:
the value


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