Class AttributeConfig

java.lang.Object
com.tremolosecurity.scalejs.operators.config.AttributeConfig

public class AttributeConfig extends Object
AttributeConfig
  • Constructor Details

    • AttributeConfig

      public AttributeConfig()
    • AttributeConfig

      public AttributeConfig(String name, String value)
    • AttributeConfig

      public AttributeConfig(String name, String label, String value)
  • Method Details

    • getLabel

      public String getLabel()
      Returns:
      the label
    • getName

      public String getName()
      Returns:
      the name
    • getValue

      public String getValue()
      Returns:
      the value
    • isPicked

      public boolean isPicked()
      Returns:
      the picked
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • setPicked

      public void setPicked(boolean picked)
      Parameters:
      picked - the picked to set
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set