Interface IMetadataItem

  • All Known Implementing Classes:
    Meta, MetaGroup

    public interface IMetadataItem
    Represents a metaGroup or a meta item.
    • Method Detail

      • isGroup

        boolean isGroup()
        Indicates if this item is a meta-group or not.
        Returns:
        true if this is a meta-group object, false if it is a meta object.