Interface IWithMetaGroup

  • All Known Implementing Classes:
    Metadata, MetaGroup

    public interface IWithMetaGroup
    Represents an object that can have a meta-group (i.e: metadata and metaGroup).
    • Method Detail

      • addGroup

        void addGroup​(MetaGroup group)
        Adds a MetaGroup object to this object.
        Parameters:
        group - the meta-group to add.