public class VariableDeclarationImpl extends Object implements VariableDeclaration
VariableDeclaration| Constructor and Description |
|---|
VariableDeclarationImpl(String name,
String type,
String value)
Constructs a new VariableDeclarationImpl
|
public VariableDeclarationImpl(String name, String type, String value)
name - the name of the VariableDeclaratiomtype - the type of the VariableDeclarationvalue - the value of the VariableDeclarationpublic String getName()
VariableDeclarationgetName in interface VariableDeclarationVariableDeclaration.getName()public String getType()
getType in interface VariableDeclarationVariableDeclaration.getType()public String getValue()
VariableDeclarationgetValue in interface VariableDeclarationVariableDeclaration.getValue()public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2014 AndroMDA.org. All rights reserved.