java.lang.Object
org.qubership.atp.dataset.service.jpa.model.tree.params.AbstractParameter
Direct Known Subclasses:
AbstractTextParameter, FileParameter, ReferenceDataSetListParameter

public abstract class AbstractParameter extends Object
  • Constructor Details

    • AbstractParameter

      public AbstractParameter()
  • Method Details

    • getType

      public abstract AttributeTypeName getType()
    • getValue

      public abstract String getValue()
    • isNullValue

      public abstract boolean isNullValue()
    • getInItfFormatValue

      public String getInItfFormatValue()