org.eclipse.emf.ecore.change
Interface FeatureMapEntry

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
FeatureMapEntryImpl

public interface FeatureMapEntry
extends EObject

A representation of the model object 'Feature Map Entry'.

The following features are supported:

See Also:
ChangePackage.getFeatureMapEntry()

Method Summary
 String getDataValue()
          Returns the value of the 'Data Value' attribute
 EStructuralFeature getFeature()
          Returns the value of the 'Feature' reference
 String getFeatureName()
          Returns the value of the 'Feature Name' attribute
 EObject getReferenceValue()
          Returns the value of the 'Reference Value' reference
 Object getValue()
          Returns the value of the 'Value' attribute
 boolean isSetFeature()
          Returns whether the value of the 'Feature' reference is set
 boolean isSetFeatureName()
          Returns whether the value of the 'Feature Name' attribute is set
 void setDataValue(String value)
          Sets the value of the 'Data Value' attribute
 void setFeature(EStructuralFeature value)
          Sets the value of the 'Feature' reference
 void setFeatureName(String value)
          Sets the value of the 'Feature Name' attribute
 void setReferenceValue(EObject value)
          Sets the value of the 'Reference Value' reference
 void unsetFeature()
          Unsets the value of the 'Feature' reference
 void unsetFeatureName()
          Unsets the value of the 'Feature Name' attribute
 
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

getFeatureName

public String getFeatureName()
Returns the value of the 'Feature Name' attribute.

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

Returns:
the value of the 'Feature Name' attribute.
See Also:
isSetFeatureName(), unsetFeatureName(), setFeatureName(String), ChangePackage.getFeatureMapEntry_FeatureName()

setFeatureName

public void setFeatureName(String value)
Sets the value of the 'Feature Name' attribute.

Parameters:
value - the new value of the 'Feature Name' attribute.
See Also:
isSetFeatureName(), unsetFeatureName(), getFeatureName()

unsetFeatureName

public void unsetFeatureName()
Unsets the value of the 'Feature Name' attribute.

See Also:
isSetFeatureName(), getFeatureName(), setFeatureName(String)

isSetFeatureName

public boolean isSetFeatureName()
Returns whether the value of the 'Feature Name' attribute is set.

Returns:
whether the value of the 'Feature Name' attribute is set.
See Also:
unsetFeatureName(), getFeatureName(), setFeatureName(String)

getDataValue

public String getDataValue()
Returns the value of the 'Data Value' attribute.

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

Returns:
the value of the 'Data Value' attribute.
See Also:
setDataValue(String), ChangePackage.getFeatureMapEntry_DataValue()

setDataValue

public void setDataValue(String value)
Sets the value of the 'Data Value' attribute.

Parameters:
value - the new value of the 'Data Value' attribute.
See Also:
getDataValue()

getValue

public Object getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
ChangePackage.getFeatureMapEntry_Value()

getFeature

public EStructuralFeature getFeature()
Returns the value of the 'Feature' reference.

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

Returns:
the value of the 'Feature' reference.
See Also:
isSetFeature(), unsetFeature(), setFeature(EStructuralFeature), ChangePackage.getFeatureMapEntry_Feature()

setFeature

public void setFeature(EStructuralFeature value)
Sets the value of the 'Feature' reference.

Parameters:
value - the new value of the 'Feature' reference.
See Also:
isSetFeature(), unsetFeature(), getFeature()

unsetFeature

public void unsetFeature()
Unsets the value of the 'Feature' reference.

See Also:
isSetFeature(), getFeature(), setFeature(EStructuralFeature)

isSetFeature

public boolean isSetFeature()
Returns whether the value of the 'Feature' reference is set.

Returns:
whether the value of the 'Feature' reference is set.
See Also:
unsetFeature(), getFeature(), setFeature(EStructuralFeature)

getReferenceValue

public EObject getReferenceValue()
Returns the value of the 'Reference Value' reference.

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

Returns:
the value of the 'Reference Value' reference.
See Also:
setReferenceValue(EObject), ChangePackage.getFeatureMapEntry_ReferenceValue()

setReferenceValue

public void setReferenceValue(EObject value)
Sets the value of the 'Reference Value' reference.

Parameters:
value - the new value of the 'Reference Value' reference.
See Also:
getReferenceValue()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.