dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3535 - Apply metadata changes in cascade
rsanchez
2017-03-24
4f5711b8ec555ab8307516ce178b454445d3833f
[common/securis.git]
/
securis
/
src
/
main
/
java
/
net
/
curisit
/
securis
/
db
/
common
/
CodedEnum.java
1
2
3
4
5
6
7
package net.curisit.securis.db.common;
public interface CodedEnum {
public String getCode();
}