Interface ExperimentalFeature
-
public interface ExperimentalFeature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Feature descriptionStringgetDisplayName()Human-readable feature name.StringgetName()Internal feature name.booleanisAvailable()booleanisEnabled()voidsetStatus(boolean status)
-
-
-
Method Detail
-
getName
String getName()
Internal feature name. Used for storage
-
getDisplayName
String getDisplayName()
Human-readable feature name. Used in UI
-
getDescription
String getDescription()
Feature description
-
isEnabled
boolean isEnabled()
-
setStatus
void setStatus(boolean status)
-
isAvailable
boolean isAvailable()
-
-