|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ocltf.concretesyntax.impl.VariableDeclarationCSImpl
An implementation of the ocl VariableDeclarationCS facade.
VariableDeclarationCS
Constructor Summary | |
VariableDeclarationCSImpl(java.lang.String name,
java.lang.String type,
java.lang.String value)
Constructs a new VariableDeclarationCSImpl |
Method Summary | |
java.lang.String |
getName()
The variable declaration name |
java.lang.String |
getType()
The variable declaration type. |
java.lang.String |
getValue()
The variable declaration initial value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VariableDeclarationCSImpl(java.lang.String name, java.lang.String type, java.lang.String value)
name
- the name of the VariableDeclaratiomtype
- the type of the VariableDeclarationCSMethod Detail |
public java.lang.String getName()
VariableDeclarationCS
getName
in interface VariableDeclarationCS
VariableDeclarationCS.getName()
public java.lang.String getType()
VariableDeclarationCS
getType
in interface VariableDeclarationCS
VariableDeclarationCS.getType()
public java.lang.String getValue()
VariableDeclarationCS
getValue
in interface VariableDeclarationCS
VariableDeclarationCS.getValue()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |