Uses of Interface
org.togglz.core.metadata.FeatureGroup
-
Packages that use FeatureGroup Package Description org.togglz.core.metadata org.togglz.core.metadata.enums org.togglz.core.metadata.property -
-
Uses of FeatureGroup in org.togglz.core.metadata
Classes in org.togglz.core.metadata that implement FeatureGroup Modifier and Type Class Description classSimpleFeatureGroupSimple version of aFeatureGroupthat gets all information in the constructorMethods in org.togglz.core.metadata that return types with arguments of type FeatureGroup Modifier and Type Method Description Set<FeatureGroup>EmptyFeatureMetaData. getGroups()Set<FeatureGroup>FeatureMetaData. getGroups()The feature groups to which the feature belongs. -
Uses of FeatureGroup in org.togglz.core.metadata.enums
Classes in org.togglz.core.metadata.enums that implement FeatureGroup Modifier and Type Class Description classAnnotationFeatureGroupAn implementation ofFeatureGroupthat based on annotations.Methods in org.togglz.core.metadata.enums that return FeatureGroup Modifier and Type Method Description static FeatureGroupAnnotationFeatureGroup. build(Class<? extends Annotation> groupAnnotation)Methods in org.togglz.core.metadata.enums that return types with arguments of type FeatureGroup Modifier and Type Method Description Set<FeatureGroup>EnumFeatureMetaData. getGroups() -
Uses of FeatureGroup in org.togglz.core.metadata.property
Methods in org.togglz.core.metadata.property that return types with arguments of type FeatureGroup Modifier and Type Method Description Set<FeatureGroup>PropertyFeatureMetaData. getGroups()
-