Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
mohawk-t-conversion-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jon Shahen
mohawk-t-conversion-tool
Commits
ed1a71b9
Commit
ed1a71b9
authored
Nov 04, 2015
by
Jonathan Shahen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaning up OptionString (lexicographical ordering)
parent
86b58861
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
11 deletions
+22
-11
src/mohawk/converter/OptionString.java
src/mohawk/converter/OptionString.java
+22
-11
No files found.
src/mohawk/converter/OptionString.java
View file @
ed1a71b9
package
mohawk.converter
;
public
enum
OptionString
{
HELP
(
"help"
),
AUTHORS
(
"authors"
),
VERSION
(
"version"
),
CHECKNUSMV
(
"checknusmv"
),
LOGLEVEL
(
"loglevel"
),
LOGFILE
(
"logfile"
),
LOGFOLDER
(
"logfolder"
),
NOHEADER
(
"noheader"
),
RESULTSFILE
(
"output"
),
MAXW
(
"maxw"
),
LINESTR
(
"linstr"
),
SPECFILE
(
"input"
),
SPECEXT
(
"specext"
),
BULK
(
"bulk"
),
TO_ASAPTIME_NSA
(
"to_asaptime_nsa"
),
TO_ASAPTIME_SA
(
"to_asaptime_sa"
),
TO_TROLE
(
"to_trole"
),
TO_TRULE
(
"to_trule"
),
TO_MOHAWK
(
"to_mohawk"
),
TO_MOHAWK_T
(
"to_mohawk_t"
),
TO_ALL
(
"to_all"
),
SHORT_ROLENAMES
(
"shortnames"
);
AUTHORS
(
"authors"
),
BULK
(
"bulk"
),
CHECKNUSMV
(
"checknusmv"
),
HELP
(
"help"
),
LINESTR
(
"linstr"
),
LOGLEVEL
(
"loglevel"
),
LOGFILE
(
"logfile"
),
LOGFOLDER
(
"logfolder"
),
MAXW
(
"maxw"
),
NOHEADER
(
"noheader"
),
RESULTSFILE
(
"output"
),
SPECFILE
(
"input"
),
SPECEXT
(
"specext"
),
SHORT_ROLENAMES
(
"shortnames"
),
TO_ALL
(
"to_all"
),
TO_ASAPTIME_NSA
(
"to_asaptime_nsa"
),
TO_ASAPTIME_SA
(
"to_asaptime_sa"
),
TO_MOHAWK
(
"to_mohawk"
),
TO_MOHAWK_T
(
"to_mohawk_t"
),
TO_TROLE
(
"to_trole"
),
TO_TRULE
(
"to_trule"
),
VERSION
(
"version"
);
private
String
_str
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment