EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations
Interface CallParameter

All Superinterfaces:
PatternRelation
All Known Implementing Classes:
CallParameterImpl

public interface CallParameter
extends PatternRelation

A representation of the model object 'Call Parameter'.

The following features are supported:

See Also:
RelationsPackage.getCallParameter()

Method Summary
 String getType()
          Returns the value of the 'Type' attribute
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.egf.pattern.relations.PatternRelation
getName, setName
 

Method Detail

getType

String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), RelationsPackage.getCallParameter_Type()

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.