Interface FeatureBuilder.FeatureBuildable

  • Enclosing interface:
    FeatureBuilder

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

      • build

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