Package io.datarouter.storage.servertype
Interface ServerType
- All Superinterfaces:
java.lang.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, java.lang.Comparable<ServerType>
-
Field Summary
Fields Modifier and Type Field Description static ServerTypeALLstatic ServerTypeDEVstatic ServerTypeUNKNOWN -
Method Summary
Modifier and Type Method Description default java.lang.StringgetDisplay()java.lang.StringgetPersistentString()booleanisProduction()
-
Field Details
-
Method Details
-
getPersistentString
java.lang.String getPersistentString()- Specified by:
getPersistentStringin interfaceio.datarouter.util.enums.PersistentString
-
isProduction
boolean isProduction() -
getDisplay
default java.lang.String getDisplay()- Specified by:
getDisplayin interfaceio.datarouter.util.enums.Displayable
-