public class GradePointAverage extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
MaxScore
The max score in the
ScoringSystem |
String |
MinimumScore
The minimum score in the
ScoringSystem |
double |
NormalizedScore
The
Score, normalized to a 0.0-1.0 scale |
String |
Score
The score found in the resume
|
String |
ScoringSystem
The scoring system used on the resume
|
| Constructor and Description |
|---|
GradePointAverage() |
public String Score
public String ScoringSystem
public String MaxScore
ScoringSystempublic String MinimumScore
ScoringSystempublic double NormalizedScore
Score, normalized to a 0.0-1.0 scaleCopyright © 2020. All rights reserved.