|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.example.model.convertToHours
public class convertToHours
The convertToHoursd class converts a string of minutes into a string in military time
Constructor Summary | |
---|---|
convertToHours()
Default Constructor, sets the result variable to NULL |
Method Summary | |
---|---|
java.lang.String |
toHours(java.lang.String minutes)
toHours will convert the string of minutes into a string of military time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public convertToHours()
None
- Method Detail |
---|
public java.lang.String toHours(java.lang.String minutes)
String
- minutes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |