Class FeatureInfo

    • Field Detail

      • description

        protected String description
      • fields

        protected List fields
    • Constructor Detail

      • FeatureInfo

        public FeatureInfo()
    • Method Detail

      • getDescription

        public String getDescription()
        The human-readable description of this feature.
      • setDescription

        public void setDescription​(String description)
      • getFields

        public List getFields()
        The field information for this feature.
      • getName

        public String getName()
        The name of this feature, which must be unique among features in the same collection.
      • setName

        public void setName​(String name)
      • addField

        public void addField​(FieldInfo field)

        Add a new field to the fields associated with the Descriptor that will be created from this metadata.

        Parameters:
        field - The field to be added
      • addFields

        protected void addFields​(Descriptor descriptor)

        Add the name/value fields that have been stored into the specified Descriptor instance.

        Parameters:
        descriptor - The Descriptor to add fields to