org.eclipse.emf.ecp.view.validation.test.model
Interface Content

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ContentImpl

public interface Content
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Content'.

The following features are supported:

See Also:
TestPackage.getContent()

Method Summary
 String getSecondAttribute()
          Returns the value of the 'Second Attribute' attribute.
 String getUniqueAttribute()
          Returns the value of the 'Unique Attribute' attribute.
 void setSecondAttribute(String value)
          Sets the value of the 'Second Attribute' attribute.
 void setUniqueAttribute(String value)
          Sets the value of the 'Unique Attribute' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUniqueAttribute

String getUniqueAttribute()
Returns the value of the 'Unique Attribute' attribute.

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

Returns:
the value of the 'Unique Attribute' attribute.
See Also:
setUniqueAttribute(String), TestPackage.getContent_UniqueAttribute()

setUniqueAttribute

void setUniqueAttribute(String value)
Sets the value of the 'Unique Attribute' attribute.

Parameters:
value - the new value of the 'Unique Attribute' attribute.
See Also:
getUniqueAttribute()

getSecondAttribute

String getSecondAttribute()
Returns the value of the 'Second Attribute' attribute.

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

Returns:
the value of the 'Second Attribute' attribute.
See Also:
setSecondAttribute(String), TestPackage.getContent_SecondAttribute()

setSecondAttribute

void setSecondAttribute(String value)
Sets the value of the 'Second Attribute' attribute.

Parameters:
value - the new value of the 'Second Attribute' attribute.
See Also:
getSecondAttribute()


Copyright © 2014. All Rights Reserved.