Skip to content
Snippets Groups Projects
Commit 8a110dd3 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

removed unused enum

parent 6623fa33
No related branches found
No related tags found
2 merge requests!644Production Release | nshmp-haz,!640Service updates
......@@ -70,7 +70,6 @@ public class SourceService {
final Set<Gmm> gmms;
final Map<NehrpSiteClass, Double> siteClasses;
final List<Parameter> imts;
// final Bounds
public SourceModel(HazardModel model) {
......@@ -102,35 +101,4 @@ public class SourceService {
return imts;
}
}
enum Attributes {
/* Source model service */
MODEL,
/* Serializing */
ID,
VALUE,
DISPLAY,
DISPLAYORDER,
YEAR,
PATH,
REGION,
IMT,
VS30,
SUPPORTS,
MINLATITUDE,
MINLONGITUDE,
MAXLATITUDE,
MAXLONGITUDE;
/** Return upper case string */
String toUpperCase() {
return name().toUpperCase();
}
/** Return lower case string */
String toLowerCase() {
return name().toLowerCase();
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment