Class IndexableTypeOption


  • public class IndexableTypeOption
    extends Object
    Contains both the type and its label, to be used when presenting an IndexableType as a selectable option.
    See Also:
    IndexableType
    • Constructor Detail

      • IndexableTypeOption

        public IndexableTypeOption​(@NonNull
                                   String type,
                                   @Nullable
                                   String label)
    • Method Detail

      • getType

        public String getType()
        The named representation of the indexable type.
      • getLabel

        public String getLabel()
        The label representation of the indexable type shown for administration.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object