TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.core
Class AgentDeclaration

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.core.AgentDeclaration

public class AgentDeclaration
extends java.lang.Object

Represents an agent delcalarion.


Method Summary
static AgentDeclaration constructInstance(org.eclipse.core.runtime.IConfigurationElement element)
          Construct an instance of this class based on the configuration passed in.
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

constructInstance

public static AgentDeclaration constructInstance(org.eclipse.core.runtime.IConfigurationElement element)
Construct an instance of this class based on the configuration passed in.

Parameters:
element - The element representing the declaration
Returns:
An instance of this class.

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

setId

public void setId(java.lang.String id)

getId

public java.lang.String getId()

TPTP 4.5.0 Platform Project
Internal API Specification