Package org.openjdk.jmc.common
Interface IDescribable
-
- All Known Subinterfaces:
IAggregator<V,C>,IAttribute<V>,IOptionDescriptor<T>,IType<T>
- 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 IDescribableInterface for objects that has a name and a description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()
-