org.eclipse.hyades.test.ui.internal.model
Class CMNNamedElementUtil.UINamedElement
java.lang.Object
org.eclipse.hyades.test.ui.internal.model.CMNNamedElementUtil.UINamedElement
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.hyades.ui.util.IDisposable, org.eclipse.hyades.ui.util.INamedElement
- Enclosing class:
- CMNNamedElementUtil
public static class CMNNamedElementUtil.UINamedElement
- extends java.lang.Object
- implements org.eclipse.hyades.ui.util.INamedElement, org.eclipse.hyades.ui.util.IDisposable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMNNamedElementUtil.UINamedElement
public CMNNamedElementUtil.UINamedElement(org.eclipse.hyades.models.common.common.CMNNamedElement namedElement)
- Constructor for UINamedElement
- Parameters:
namedElement -
dispose
public void dispose()
- Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable
- See Also:
IDisposable.dispose()
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
- Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable
- See Also:
IAdaptable.getAdapter(java.lang.Class)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface org.eclipse.hyades.ui.util.INamedElement
- See Also:
INamedElement.getDescription()
getName
public java.lang.String getName()
- Specified by:
getName in interface org.eclipse.hyades.ui.util.INamedElement
- See Also:
INamedElement.getName()
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface org.eclipse.hyades.ui.util.INamedElement
- See Also:
INamedElement.setDescription(java.lang.String)
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface org.eclipse.hyades.ui.util.INamedElement
- See Also:
INamedElement.setName(java.lang.String)