TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.model
Class CMNNamedElementUtil.UINamedElement

java.lang.Object
  extended by 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


Constructor Summary
CMNNamedElementUtil.UINamedElement(org.eclipse.hyades.models.common.common.CMNNamedElement namedElement)
          Constructor for UINamedElement
 
Method Summary
 void dispose()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMNNamedElementUtil.UINamedElement

public CMNNamedElementUtil.UINamedElement(org.eclipse.hyades.models.common.common.CMNNamedElement namedElement)
Constructor for UINamedElement

Parameters:
namedElement -
Method Detail

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)

TPTP 4.5.0 Testing Tools Project
Internal API Specification