Ecore

org.topcased.modeler.ecore.ediagram.utils
Class EOperationDataStructure.ParameterObject

java.lang.Object
  extended by org.topcased.modeler.ecore.ediagram.utils.EOperationDataStructure.ParameterObject
Enclosing class:
EOperationDataStructure

public class EOperationDataStructure.ParameterObject
extends java.lang.Object

Internal class to handle a parameter


Constructor Summary
EOperationDataStructure.ParameterObject(java.lang.String name, EClassifier type)
          The constructor
 
Method Summary
 java.lang.String getName()
          Get property name
 EClassifier getType()
          Get property type
 void setName(java.lang.String name)
          Set new name for the parameter
 void setType(EClassifier type)
          Set new type for the parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOperationDataStructure.ParameterObject

public EOperationDataStructure.ParameterObject(java.lang.String name,
                                               EClassifier type)
The constructor

Parameters:
name - parameter name
type - parameter type
Method Detail

getName

public java.lang.String getName()
Get property name

Returns:
name of the property

getType

public EClassifier getType()
Get property type

Returns:
type of the property

setName

public void setName(java.lang.String name)
Set new name for the parameter

Parameters:
name -

setType

public void setType(EClassifier type)
Set new type for the parameter

Parameters:
type -

Ecore

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.