Class AttributeFilter.AttributeFilterItem
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.configuration.AttributeFilter.AttributeFilterItem
-
- Enclosing class:
- AttributeFilter
private static class AttributeFilter.AttributeFilterItem extends java.lang.ObjectOne attribute value which other variables should have. These item allows to differentiate between:- Nothing was specified for a certain attribute
- An attribute with value null was specified
- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAttributeFilterItem(Value value)Sole constructor for this item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private ValuegetValue()Getter for the attribute.
-
-
-
Field Detail
-
value
private Value value
-
-
Constructor Detail
-
AttributeFilterItem
private AttributeFilterItem(Value value)
Sole constructor for this item.- Parameters:
value- The value for a specific attribute (the attribute's name will be saved inside the map). This value can be null.
-
-
Method Detail
-
getValue
private Value getValue()
Getter for the attribute.- Returns:
- the value (can be null).
-
-