java.lang.Object
com.wyu4.snowberryjam.compiler.enums.EnumHelper
Helper methods related to value Enums
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceIdstringToId(String str) Convert a string to aSourceIdstatic SourceKeystringToKey(String str) Convert a string to aSourceKey
-
Constructor Details
-
EnumHelper
public EnumHelper()
-
-
Method Details
-
stringToId
Convert a string to aSourceId- Parameters:
str- String- Returns:
- Corresponding
SourceId. May benullif the string doesn't match any enums.
-
stringToKey
Convert a string to aSourceKey- Parameters:
str- String- Returns:
- Corresponding
SourceKey. May benullif the string doesn't match any enums.
-