eclipseme.core.model.impl
Class AbstractWirelessToolkitType

java.lang.Object
  extended byeclipseme.core.model.impl.AbstractWirelessToolkitType
All Implemented Interfaces:
IWirelessToolkitType

public abstract class AbstractWirelessToolkitType
extends java.lang.Object
implements IWirelessToolkitType

An abstract superclass implementation of the IWirelessToolkitType interface that provides common functionality.

Copyright (c) 2003-2005 Craig Setera
All Rights Reserved.
Licensed under the Eclipse Public License - v 1.0


$Revision: 1.2 $
$Date: 2005/07/07 02:36:57 $

Author:
Craig Setera

Constructor Summary
AbstractWirelessToolkitType()
          Construct a new wireless toolkit type instance.
 
Method Summary
 java.lang.String getIdentifier()
          Return the unique identifier for this particular IWirelessToolkitType as defined by the toolkit type extension point.
 java.lang.String getPluginIdentifier()
          Return the identifier of the Eclipse plugin that implements this toolkit type.
 void setIdentifier(java.lang.String identifier)
          Set the unique identifier for this particular IWirelessToolkitType as defined by the toolkit type extension point.
 void setPluginIdentifier(java.lang.String identifier)
          Set the identifier of the Eclipse plugin that implements this toolkit type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eclipseme.core.model.IWirelessToolkitType
createToolkit, getName, isThisType
 

Constructor Detail

AbstractWirelessToolkitType

public AbstractWirelessToolkitType()
Construct a new wireless toolkit type instance.

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Description copied from interface: IWirelessToolkitType
Return the unique identifier for this particular IWirelessToolkitType as defined by the toolkit type extension point.

Specified by:
getIdentifier in interface IWirelessToolkitType
Returns:
the unique identifier for this particular IWirelessToolkitType
See Also:
IWirelessToolkitType.getIdentifier()

getPluginIdentifier

public java.lang.String getPluginIdentifier()
Description copied from interface: IWirelessToolkitType
Return the identifier of the Eclipse plugin that implements this toolkit type.

Specified by:
getPluginIdentifier in interface IWirelessToolkitType
Returns:
the toolkit type's plugin identifier
See Also:
IWirelessToolkitType.getPluginIdentifier()

setIdentifier

public void setIdentifier(java.lang.String identifier)
Description copied from interface: IWirelessToolkitType
Set the unique identifier for this particular IWirelessToolkitType as defined by the toolkit type extension point.

Specified by:
setIdentifier in interface IWirelessToolkitType
Parameters:
identifier - the unique identifier for this particular IWirelessToolkitType
See Also:
IWirelessToolkitType.setIdentifier(java.lang.String)

setPluginIdentifier

public void setPluginIdentifier(java.lang.String identifier)
Description copied from interface: IWirelessToolkitType
Set the identifier of the Eclipse plugin that implements this toolkit type.

Specified by:
setPluginIdentifier in interface IWirelessToolkitType
Parameters:
identifier - the toolkit type's plugin identifier
See Also:
IWirelessToolkitType.setPluginIdentifier(java.lang.String)