EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations
Interface ParameterRelation

All Superinterfaces:
PatternRelation
All Known Implementing Classes:
ParameterRelationImpl

public interface ParameterRelation
extends PatternRelation

A representation of the model object 'Parameter Relation'.

The following features are supported:

See Also:
RelationsPackage.getParameterRelation()

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

Method Detail

getType

EClass getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(EClass), RelationsPackage.getParameterRelation_Type()

setType

void setType(EClass value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
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.