org.ocltf.concretesyntax
Interface VariableDeclarationCS

All Known Implementing Classes:
VariableDeclarationCSImpl

public interface VariableDeclarationCS

Represents a variable declaration within an OCL expression.

Author:
Chad Brandon

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.
 

Method Detail

getName

public java.lang.String getName()
The variable declaration name

Returns:
String the name of the variable declaration.

getType

public java.lang.String getType()
The variable declaration type.

Returns:
String the type of the variable declaration.

getValue

public java.lang.String getValue()
The variable declaration initial value.

Returns:
String the initial value.


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.