Interface ExperimentalFeature
-
- All Known Implementing Classes:
ExperimentalFeatureImpl
public interface ExperimentalFeatureDefines the state of an experimental feature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureId()Returns the feature IdbooleanisEnabled()Returns if the feature is enabled or disabled
-
-
-
Method Detail
-
getFeatureId
String getFeatureId()
Returns the feature Id- Returns:
- a String containing the Identifier of a given feature.
-
isEnabled
boolean isEnabled()
Returns if the feature is enabled or disabled- Returns:
- true if the feature is enabled or false if it is disabled
-
-