Class EBXTable

java.lang.Object
com.orchestranetworks.addon.dex.mapping.EBXTable
All Implemented Interfaces:
Table<EBXField>

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

  • Method Details

    • setFields

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

      public final List<EBXField> getFields()
      Returns the list of EBXField fields.
      Specified by:
      getFields in interface Table<EBXField>
    • 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 Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object