|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.GetIOGroupsRequest
public class GetIOGroupsRequest
Request to get the available IO-groups.
| Constructor Summary | |
|---|---|
GetIOGroupsRequest()
|
|
| Method Summary | |
|---|---|
void |
addIOGroup(String ioGroupName)
Adds an IO-group to the result. |
String[] |
getResult()
Gets the result of the request. |
boolean |
hasResult()
Returns true if getResult is not null. |
void |
setHasResult()
Sets the result flag to true. |
| Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetIOGroupsRequest()
| Method Detail |
|---|
public String[] getResult()
public void addIOGroup(String ioGroupName)
ioGroupName - name of the IO-group to add.public void setHasResult()
public boolean hasResult()
null. May be overridden by subclasses to
determine if the request has a result in a different way.
hasResult in interface IRequesthasResult in class AbstractRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||