:
Orchestrate
2014-04-09
enum to int in Java
enum to int
ElementOfEnum.ordinal()
int to enum
EnumType.values()[someInt]
String to enum
EnumType.valueOf(NameOfElement)
enum to String
ElementOfEnum.name()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment