Package com.adbs.ast

Class MetadataParameter

All Implemented Interfaces:
Disposable

public class MetadataParameter extends MetadataCollectionItemBase
  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
      Specified by:
      dispose in interface Disposable
      Overrides:
      dispose in class MetadataBase
    • getName

      public AstTokenIdentifier getName()
    • setName

      public void setName(AstTokenIdentifier value)
    • getAltNameId

      public AstTokenIdentifier getAltNameId()
    • getAltName

      public String getAltName()
    • setAltName

      public void setAltName(String value)
    • getAltNameCaseSensitive

      public boolean getAltNameCaseSensitive()
    • setAltNameCaseSensitive

      public void setAltNameCaseSensitive(boolean value)
    • getFieldType

      public int getFieldType()
    • setFieldType

      public void setFieldType(int fieldType)
    • getPrecision

      public int getPrecision()
    • setPrecision

      public void setPrecision(int precision)
    • getScale

      public int getScale()
    • setScale

      public void setScale(int scale)
    • getParamType

      public int getParamType()
    • setParamType

      public void setParamType(int paramType)
    • getSize

      public int getSize()
    • setSize

      public void setSize(int size)
    • getShortDescription

      public String getShortDescription()
    • setShortDescription

      public void setShortDescription(String shortDescription)
    • getLongDescription

      public String getLongDescription()
    • setLongDescription

      public void setLongDescription(String longDescription)
    • assign

      public void assign(Object source)
      Overrides:
      assign in class MetadataBase