|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.StatePortData.PropertyState
public static class StatePortData.PropertyState
Details about the state of an state port.
| Constructor Summary | |
|---|---|
StatePortData.PropertyState(String descriptionID,
String devDescription,
List<Object> parameter,
com.kuka.roboticsAPI.controllerModel.StatePortState state,
StatePortData messageTree)
constructor. |
|
| Method Summary | |
|---|---|
String |
getDescription()
gets a developer description of the error (not localized). |
String |
getDescriptionID()
gets the description ID of the error message. |
StatePortData |
getMessageTree()
gets the stack trace within the controller of the error. |
List<Object> |
getParameter()
gets the parameters of the error message. |
com.kuka.roboticsAPI.controllerModel.StatePortState |
getState()
gets the state of this particular property for this error message. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatePortData.PropertyState(String descriptionID,
String devDescription,
List<Object> parameter,
com.kuka.roboticsAPI.controllerModel.StatePortState state,
StatePortData messageTree)
descriptionID - ID of the descriptiondevDescription - developer version of the descriptionparameter - parameters for the descriptionstate - the state to setmessageTree - message tree with further information| Method Detail |
|---|
public String getDescriptionID()
public com.kuka.roboticsAPI.controllerModel.StatePortState getState()
public String getDescription()
public List<Object> getParameter()
public StatePortData getMessageTree()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||