|
TPTP 4.4.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.hyades.internal.execution.remote.AgentConfigurationEntry
Insert the type's description here. Creation date: (11/9/00 8:15:42 AM)
| Field Summary | |
|---|---|
protected boolean |
_enabled
|
protected java.lang.String |
_name
|
protected java.lang.String |
_type
|
protected java.lang.String |
_value
|
| Constructor Summary | |
|---|---|
AgentConfigurationEntry()
AgentConfigurationEntry constructor comment. |
|
| Method Summary | |
|---|---|
boolean |
equals(AgentConfigurationEntry rhs)
|
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String |
getType()
Insert the method's description here. |
java.lang.String |
getValue()
Insert the method's description here. |
boolean |
isEnabled()
|
void |
setEnabled(boolean enabled)
|
void |
setName(java.lang.String new_name)
Insert the method's description here. |
void |
setType(java.lang.String new_type)
Insert the method's description here. |
void |
setValue(java.lang.String new_value)
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.4.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||