TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.execution.client.agent.internal
Class AgentConfigurationEntry

java.lang.Object
  extended by org.eclipse.tptp.platform.execution.client.agent.internal.AgentConfigurationEntry

Deprecated. since TPTP 4.0

public class AgentConfigurationEntry
extends java.lang.Object

This class has been Deprecated - this has been packaged for backward compatibility with TPTP 3.x/Hyades


Field Summary
protected  boolean _enabled
          Deprecated.  
protected  java.lang.String _name
          Deprecated.  
protected  java.lang.String _type
          Deprecated.  
protected  java.lang.String _value
          Deprecated.  
 
Constructor Summary
AgentConfigurationEntry()
          Deprecated. AgentConfigurationEntry constructor comment.
 
Method Summary
 boolean equals(AgentConfigurationEntry rhs)
          Deprecated.  
 java.lang.String getName()
          Deprecated. Insert the method's description here.
 java.lang.String getType()
          Deprecated. Insert the method's description here.
 java.lang.String getValue()
          Deprecated. Insert the method's description here.
 boolean isEnabled()
          Deprecated.  
 void setEnabled(boolean enabled)
          Deprecated.  
 void setName(java.lang.String new_name)
          Deprecated. Insert the method's description here.
 void setType(java.lang.String new_type)
          Deprecated. Insert the method's description here.
 void setValue(java.lang.String new_value)
          Deprecated. Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

protected java.lang.String _type
Deprecated. 

_name

protected java.lang.String _name
Deprecated. 

_value

protected java.lang.String _value
Deprecated. 

_enabled

protected boolean _enabled
Deprecated. 
Constructor Detail

AgentConfigurationEntry

public AgentConfigurationEntry()
Deprecated. 
AgentConfigurationEntry constructor comment.

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Insert the method's description here.

Returns:
java.lang.String

getType

public java.lang.String getType()
Deprecated. 
Insert the method's description here.

Returns:
java.lang.String

getValue

public java.lang.String getValue()
Deprecated. 
Insert the method's description here.

Returns:
java.lang.String

isEnabled

public boolean isEnabled()
Deprecated. 

setName

public void setName(java.lang.String new_name)
Deprecated. 
Insert the method's description here.

Parameters:
new_name - java.lang.String

setType

public void setType(java.lang.String new_type)
Deprecated. 
Insert the method's description here.

Parameters:
new_type - java.lang.String

setValue

public void setValue(java.lang.String new_value)
Deprecated. 
Insert the method's description here. Creation date: (11/9/00 8:16:49 AM)

Parameters:
new_value - java.lang.String

setEnabled

public void setEnabled(boolean enabled)
Deprecated. 

equals

public boolean equals(AgentConfigurationEntry rhs)
Deprecated. 

TPTP 4.5.0 Platform Project
Internal API Specification