Interface WrsBindingItem

  • All Known Implementing Classes:
    BindingItemAttribute, BindingItemWithMetaData, WrqBindingItem

    public interface WrsBindingItem
    Represents a BindingItem in a concrete Wrq, includes information like overwritten attributes See analogy SimpleBindingItem and its subclasses representing the input side, i.e. StandardBindingSet or clc:Calc
    • Method Detail

      • getColumnNumber

        int getColumnNumber()
      • isEscapeXML

        java.lang.Boolean isEscapeXML()
      • toXML

        void toXML​(javax.xml.stream.XMLStreamWriter writer,
                   boolean withColumnExpression)
            throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • hasWrsAAttributes

        boolean hasWrsAAttributes()
      • getWrsAAttributes

        java.util.Collection<WrsBindingItem> getWrsAAttributes()
      • getJDBCDataType

        java.lang.Integer getJDBCDataType()
      • getWrsAName

        java.lang.String getWrsAName()
      • getCaption

        java.lang.String getCaption()
      • getId

        java.lang.String getId()
      • getJDBCColumnScale

        java.lang.Object getJDBCColumnScale()
      • getAlias

        java.lang.String getAlias()