|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Id - Id Type to readpublic interface ServoIdReader<Id>
A ServoIdReader is used to parse a String into a specific Id Type.
| Method Summary | |
|---|---|
Class<Id> |
getServoIdClass()
Returns the Class of the Id Type read by this ServoIdReader. |
ServoController.ServoId<Id> |
read(ServoController.Id controllerId,
String servoIdStr)
Reads and parses a String into the Id Type, and returns a ServoController.ServoId. |
Id |
read(String servoIdStr)
Reads and parses a String into the Id Type |
| Method Detail |
|---|
ServoController.ServoId<Id> read(ServoController.Id controllerId,
String servoIdStr)
controllerId - ServoController.Id to useservoIdStr - Id String to parse
Id read(String servoIdStr)
servoIdStr - Id String to parse
Class<Id> getServoIdClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||