|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.execution.client.agent.internal.AgentConfigurationEntry
public class AgentConfigurationEntry
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 |
|---|
protected java.lang.String _type
protected java.lang.String _name
protected java.lang.String _value
protected boolean _enabled
| Constructor Detail |
|---|
public AgentConfigurationEntry()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getValue()
public boolean isEnabled()
public void setName(java.lang.String new_name)
new_name - java.lang.Stringpublic void setType(java.lang.String new_type)
new_type - java.lang.Stringpublic void setValue(java.lang.String new_value)
new_value - java.lang.Stringpublic void setEnabled(boolean enabled)
public boolean equals(AgentConfigurationEntry rhs)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||