Class EBXTable

  • All Implemented Interfaces:
    Table<EBXField>

    public class EBXTable
    extends java.lang.Object
    implements Table<EBXField>
    Specifies the configuration used for an EBX® table.
    Since:
    2.3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      EBXTable​(com.onwbp.adaptation.AdaptationTable adaptationTable)  
      EBXTable​(com.onwbp.adaptation.AdaptationTable adaptationTable, java.util.List<EBXField> fields)  
    • Method Detail

      • setFields

        public final void setFields​(java.util.List<EBXField> fields)
        Sets a list of EBXField fields to this table.
      • getTableNode

        public final com.orchestranetworks.schema.SchemaNode getTableNode()
        Returns the table node.
      • getAdaptationTable

        public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()
        Returns the specified AdaptationTable instance.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object