类 Parameter

所有已实现的接口:
Serializable

public class Parameter extends Metadata<Parameter> implements Serializable
另请参阅:
  • 字段详细资料

    • length

      protected Integer length
    • precision

      protected Integer precision
    • scale

      protected Integer scale
  • 构造器详细资料

    • Parameter

      public Parameter()
  • 方法详细资料

    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getType

      public Integer getType()
    • setType

      public void setType(TypeMetadata type)
    • setType

      public void setType(Integer type)
    • isInput

      public boolean isInput()
    • setInput

      public void setInput(boolean input)
    • isOutput

      public boolean isOutput()
    • setOutput

      public void setOutput(boolean output)
    • getColumnType

      public TypeMetadata getColumnType()
    • setColumnType

      public void setColumnType(TypeMetadata columnType)
    • getLength

      public Integer getLength()
    • getPrecision

      public Integer getPrecision()
    • setPrecision

      public void setPrecision(Integer precision)
    • getScale

      public Integer getScale()
    • setScale

      public void setScale(Integer scale)
    • setLength

      public void setLength(Integer length)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Metadata<Parameter>