Package io.datarouter.storage.servertype
Interface ServerType
- All Superinterfaces:
Comparable<ServerType>,io.datarouter.util.enums.Displayable,io.datarouter.util.enums.DisplayablePersistentString,io.datarouter.util.enums.PersistentString
- All Known Implementing Classes:
SingleServerType
public interface ServerType extends io.datarouter.util.enums.DisplayablePersistentString, Comparable<ServerType>
-
Field Summary
Fields Modifier and Type Field Description static ServerTypeALLstatic ServerTypeDEVstatic ServerTypeUNKNOWN -
Method Summary
Modifier and Type Method Description default StringgetDisplay()StringgetPersistentString()booleanisProduction()
-
Field Details
-
Method Details
-
getPersistentString
String getPersistentString()- Specified by:
getPersistentStringin interfaceio.datarouter.util.enums.PersistentString
-
isProduction
boolean isProduction() -
getDisplay
- Specified by:
getDisplayin interfaceio.datarouter.util.enums.Displayable
-