Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
80695a00
Commit
80695a00
authored
4 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
add new parameter class
parent
69d5d9be
No related branches found
No related tags found
1 merge request
!507
Hazard response
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/gov/usgs/earthquake/nshmp/www/meta/Parameter.java
+13
-0
13 additions, 0 deletions
...in/java/gov/usgs/earthquake/nshmp/www/meta/Parameter.java
with
13 additions
and
0 deletions
src/main/java/gov/usgs/earthquake/nshmp/www/meta/Parameter.java
0 → 100644
+
13
−
0
View file @
80695a00
package
gov.usgs.earthquake.nshmp.www.meta
;
@SuppressWarnings
(
"unused"
)
public
class
Parameter
{
private
final
String
display
;
private
final
String
value
;
public
Parameter
(
String
display
,
String
value
)
{
this
.
display
=
display
;
this
.
value
=
value
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment