EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations
Interface PatternRelation

All Known Subinterfaces:
CallParameter, ParameterRelation, ReferenceRelation
All Known Implementing Classes:
CallParameterImpl, ParameterRelationImpl, PatternRelationImpl, ReferenceRelationImpl

public interface PatternRelation

A representation of the model object 'Pattern Relation'.

The following features are supported:

See Also:
RelationsPackage.getPatternRelation()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute
 void setName(String value)
          Sets the value of the 'Name' attribute
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RelationsPackage.getPatternRelation_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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.