|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--newGradReport
| Field Summary | |
static int[] |
CPI
|
static int[] |
cum
|
static int[] |
DOB
|
static int[] |
grade
|
static int[] |
pass
|
static int |
Roll
|
static int[] |
sem
|
static Student[] |
stu
|
static int[] |
unit
|
| Method Summary | |
static void |
createStudent(int Roll,
int pgorug)
This function creates student object |
static void |
main(java.lang.String[] a)
GIVE COMMAND LINE ARGUMENT "ALL" |
static void |
printAll(int x)
Prints the data of all students upto Roll Number x |
static int |
printReport(int RollNumber)
This program prints specific persons report All functionality is in single class |
static void |
read(int Roll,
int pgorug)
This function takes data from the database and use it to initialize the data |
static int |
toGrade(java.lang.String g)
Converts grade into integer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static Student[] stu
public static int[] CPI
public static int[] grade
public static int[] cum
public static int[] pass
public static int Roll
public static int[] DOB
public static int[] sem
public static int[] unit
| Method Detail |
public static void createStudent(int Roll,
int pgorug)
public static void read(int Roll,
int pgorug)
public static void main(java.lang.String[] a)
public static void printAll(int x)
public static int toGrade(java.lang.String g)
public static int printReport(int RollNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||