Uses of Class
org.FeatureSet
Package | Description |
---|---|
org |
-
Uses of FeatureSet in org
Methods in org that return FeatureSet Modifier and Type Method Description static FeatureSet
FeatureSet. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureSet[]
FeatureSet. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org with parameters of type FeatureSet Modifier and Type Method Description static void
ReleaseInfo. disableFeature(FeatureSet fs)
static void
ReleaseInfo. enableFeature(FeatureSet fs)
static boolean
ReleaseInfo. getIsAllowedFeature(FeatureSet fs)