Interface IValueFactElement

All Superinterfaces:
IBaseElement, IFactElement
All Known Subinterfaces:
IDerivedValueFactElememt
All Known Implementing Classes:
ExpressionBasedFactElement, com.polarion.qcentre.internal.factbase.ValueFactElement, ValueFactElementDecorator

public interface IValueFactElement extends IFactElement
  • Method Details

    • getValue

      Object getValue()
      Currently String and ArrayList of strings is supported only
    • setValue

      void setValue(Object value)
      Currently String and ArrayList of strings is supported only
      Parameters:
      value -