Class EBXField

java.lang.Object
com.orchestranetworks.addon.dex.mapping.EBXField
All Implemented Interfaces:
Field
Direct Known Subclasses:
EBXLinkField

public class EBXField extends Object implements Field
Specifies the configuration used for an EBX® field.
Since:
2.3.0
  • Constructor Details

  • Method Details

    • getName

      public final String getName()
      Returns the specified field name.
      Specified by:
      getName in interface Field
    • getLabel

      public final String getLabel()
      Returns the specified field label.
      Specified by:
      getLabel in interface Field
    • getSchemaNode

      public final com.orchestranetworks.schema.SchemaNode getSchemaNode()
      Returns the specified schema node.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getIndex

      public final int getIndex()
      Returns the specified field index.
      Specified by:
      getIndex in interface Field
    • getFieldAttribute

      public final FieldAttribute getFieldAttribute()
      Returns the specified FieldAttribute for this EBX® field.
      Since:
      2.4.0