public interface Feature
Modifier and Type | Field and Description |
---|---|
static int |
FEATURE_AVAILABILITY_MAX_VALUE |
Modifier and Type | Method and Description |
---|---|
int |
availability()
Returns the availability of this feature, an integer between 0 and 100.
|
boolean |
isAvailable()
Whether this feature is available or not.
|
java.lang.String |
name()
Returns a textual representation of the feature.
|
static final int FEATURE_AVAILABILITY_MAX_VALUE
java.lang.String name()
int availability()
boolean isAvailable()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.