Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.mapping
Interface FunctionNamePair

All Superinterfaces:
EObject, MappingHelper, Notifier, TypeConverter

All Known Implementing Classes:
FunctionNamePairImpl


public interface FunctionNamePair
extends TypeConverter

A representation of the model object 'Function Name Pair'.

The following features are supported:

See Also:
MappingPackage.getFunctionNamePair()


Method Summary
 String getIn2out()
          Returns the value of the 'In2out' attribute
 String getOut2in()
          Returns the value of the 'Out2in' attribute
 void setIn2out(String value)
          Sets the value of the 'In2out' attribute
 void setOut2in(String value)
          Sets the value of the 'Out2in' attribute
 
Methods inherited from interface org.eclipse.emf.mapping.MappingHelper
getHelpedObject, getMapper, getNested, getNestedIn, setHelpedObject, setMapper, setNestedIn
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

 

 

getIn2out

public String getIn2out()

Returns the value of the 'In2out' attribute.

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

Returns:
the value of the 'In2out' attribute.
See Also:
setIn2out(String), MappingPackage.getFunctionNamePair_In2out()


 

 

setIn2out

public void setIn2out(String value)

Sets the value of the 'In2out' attribute.

Parameters:
value - the new value of the 'In2out' attribute.
See Also:
getIn2out()


 

 

getOut2in

public String getOut2in()

Returns the value of the 'Out2in' attribute.

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

Returns:
the value of the 'Out2in' attribute.
See Also:
setOut2in(String), MappingPackage.getFunctionNamePair_Out2in()


 

 

setOut2in

public void setOut2in(String value)

Sets the value of the 'Out2in' attribute.

Parameters:
value - the new value of the 'Out2in' attribute.
See Also:
getOut2in()


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD