|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.cartridge.template.Type.Property
public static final class Type.Property
Stores and provides access to the type's <property/> elements.
| Constructor Summary | |
|---|---|
Type.Property(String name,
String variable,
String value)
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name attribute on the property element. |
String |
getValue()
Gets the value of the value attribute defined on the property element. |
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 |
| Constructor Detail |
|---|
Type.Property(String name,
String variable,
String value)
name - variable - value - | Method Detail |
|---|
public String getName()
name attribute on the property element.
public String getVariable()
public String getValue()
value attribute defined on the property element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||