public interface UnresolvedClass
A representation of the model object 'Class'.
The following features are supported:
UnresolvedPackage.getUnresolvedClass()
Method Summary | |
---|---|
java.lang.String |
getUnresolvedAttribute()
Returns the value of the 'Unresolved Attribute' attribute. |
UnresolvedClass |
getUnresolvedReference()
Returns the value of the 'Unresolved Reference' reference. |
void |
setUnresolvedAttribute(java.lang.String value)
Sets the value of the ' Unresolved Attribute ' attribute. |
void |
setUnresolvedReference(UnresolvedClass value)
Sets the value of the ' Unresolved Reference ' reference. |
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 |
---|
java.lang.String getUnresolvedAttribute()
If the meaning of the 'Unresolved Attribute' attribute isn't clear, there really should be more of a description here...
setUnresolvedAttribute(String)
,
UnresolvedPackage.getUnresolvedClass_UnresolvedAttribute()
void setUnresolvedAttribute(java.lang.String value)
Unresolved Attribute
' attribute.
value
- the new value of the 'Unresolved Attribute' attribute.getUnresolvedAttribute()
UnresolvedClass getUnresolvedReference()
If the meaning of the 'Unresolved Reference' reference isn't clear, there really should be more of a description here...
setUnresolvedReference(UnresolvedClass)
,
UnresolvedPackage.getUnresolvedClass_UnresolvedReference()
void setUnresolvedReference(UnresolvedClass value)
Unresolved Reference
' reference.
value
- the new value of the 'Unresolved Reference' reference.getUnresolvedReference()