Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
0910edca
Commit
0910edca
authored
Jun 19, 2017
by
Michael Ritter
Browse files
Add getter for state enum
parent
dc1222b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/java/edu/umiacs/ace/monitor/core/Collection.java
View file @
0910edca
...
...
@@ -199,6 +199,10 @@ public class Collection implements Serializable {
return
state
.
asChar
();
}
public
CollectionState
getStateEnum
()
{
return
state
;
}
public
String
getStorage
()
{
return
storage
;
}
...
...
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