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.AdvancedMinMaxAggregator
,Aggregators.AggregatorBase
,Aggregators.AndOr
,Aggregators.Avg
,Aggregators.Count
,Aggregators.FieldAggregatorBase
,Aggregators.MergingAggregator
,Aggregators.MinMax
,Aggregators.SetAggregator
,Aggregators.Stddev
,Aggregators.Sum
,Aggregators.Variance
,Attribute
,ContentType
,FullGcRule.G1Aggregator
,GroupingAggregator.GroupingAggregatorImpl
,KindOfQuantity
,LabeledIdentifier
,LinearKindOfQuantity
,MCPackage
,RangeContentType
,StructContentType
,StructContentType.AccessorEntry
,StructTypes.JfrJavaModule
,StructTypes.JfrJavaPackage
,TimestampKind
,UnitLookup.LeafContentType
public interface IDescribable
Interface for objects that has a name and a description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
-