Interface FieldInfo

All Known Implementing Classes:
Field, FieldSet

public interface FieldInfo
Information about a field or field set.
Author:
bratseth
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether this field or field set is attribute(s), i.e. does indexing: attribute.
    boolean
    Returns whether this field is index(es), i.e. does indexing: index.
    Returns the name of this field or field set.
     
  • Method Details

    • name

      String name()
      Returns the name of this field or field set.
    • type

      Field.Type type()
    • isAttribute

      boolean isAttribute()
      Returns whether this field or field set is attribute(s), i.e. does indexing: attribute.
    • isIndex

      boolean isIndex()
      Returns whether this field is index(es), i.e. does indexing: index.