Package com.kenshoo.pl.entity
Class FeatureSet
- java.lang.Object
-
- com.kenshoo.pl.entity.FeatureSet
-
public class FeatureSet extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static FeatureSetEMPTY
-
Constructor Summary
Constructors Constructor Description FeatureSet(Feature... features)FeatureSet(java.lang.Iterable<Feature> features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled(Feature feature)
-
-
-
Field Detail
-
EMPTY
public static final FeatureSet EMPTY
-
-
Method Detail
-
isEnabled
public boolean isEnabled(Feature feature)
-
-