Interface FeatureBuilder.FeatureBuildable

Enclosing interface:
FeatureBuilder

public static interface FeatureBuilder.FeatureBuildable
This interface eventually allows create a new Feature object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new Feature object based on the data which were set to this builder beforehand.
  • Method Details

    • build

      Feature build()
      Creates a new Feature object based on the data which were set to this builder beforehand.
      Returns:
      a new Feature object.