Interface IDescribable

All Known Subinterfaces:
IAggregator<V,C>, IAttribute<V>, IOptionDescriptor<T>, IType<T>, IUserAction
All Known Implementing Classes:
Aggregators.AdvancedMaxAggregator, Aggregators.AdvancedMinAggregator, Aggregators.AggregatorBase, Aggregators.Avg, Aggregators.FieldAggregatorBase, Aggregators.MergingAggregator, Aggregators.MinMax, Aggregators.Stddev, Aggregators.Sum, Aggregators.Variance, Attribute, ContentType, KindOfQuantity, LabeledIdentifier, LinearKindOfQuantity, MCPackage, RangeContentType, StructContentType

public interface IDescribable
Interface for objects that has a name and a description.
  • Method Details

    • getName

      String getName()
      Returns:
      the name of this object
    • getDescription

      String getDescription()
      Returns:
      the description of this object