Class AttributeConfig
java.lang.Object
com.tremolosecurity.scalejs.operators.config.AttributeConfig
-
Constructor Summary
ConstructorDescriptionAttributeConfig
(String name, String value) AttributeConfig
(String name, String label, String value) -
Method Summary
-
Constructor Details
-
AttributeConfig
public AttributeConfig() -
AttributeConfig
-
AttributeConfig
-
-
Method Details
-
getLabel
- Returns:
- the label
-
getName
- Returns:
- the name
-
getValue
- Returns:
- the value
-
isPicked
public boolean isPicked()- Returns:
- the picked
-
setLabel
- Parameters:
label
- the label to set
-
setName
- Parameters:
name
- the name to set
-
setPicked
public void setPicked(boolean picked) - Parameters:
picked
- the picked to set
-
setValue
- Parameters:
value
- the value to set
-