Uses of Class
org.openjdk.jmc.common.unit.ContentType
-
Packages that use ContentType Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of ContentType in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item that return ContentType Modifier and Type Method Description ContentType<T>IAccessorKey. getContentType()The content type of this attribute.ContentType<V>ICanonicalAccessorFactory. getContentType()Methods in org.openjdk.jmc.common.item with parameters of type ContentType Modifier and Type Method Description static <T> IAttribute<T>Attribute. attr(String identifier, String name, String description, ContentType<T> contentType)Obtain an attribute.static <T> IAttribute<T>Attribute. attr(String identifier, String name, ContentType<T> contentType)Obtain an attribute.static <T> ICanonicalAccessorFactory<T>Attribute. attr(String identifier, ContentType<T> contentType)protected static voidPersistableItemFilter. putValueType(IWritableState memento, ContentType<?> contentType)Constructors in org.openjdk.jmc.common.item with parameters of type ContentType Constructor Description Attribute(String identifier, String name, String description, ContentType<T> contentType)Protected constructor.Avg(String name, String description, ContentType<IQuantity> ct) -
Uses of ContentType in org.openjdk.jmc.common.unit
Subclasses of ContentType in org.openjdk.jmc.common.unit Modifier and Type Class Description classKindOfQuantity<U extends TypedUnit<U>>classLinearKindOfQuantityThe kind of a linear (scalar) physical quantity.classRangeContentType<T extends Comparable<? super T>>classStructContentType<T>Methods in org.openjdk.jmc.common.unit that return ContentType Modifier and Type Method Description static <T> ContentType<T>UnitLookup. createSyntheticContentType(String id)ContentType<T>DisplayFormatter. getContentType()static ContentType<?>UnitLookup. getContentType(String identifier)ContentType<T>RangeContentType. getEndPointContentType()Methods in org.openjdk.jmc.common.unit that return types with arguments of type ContentType Modifier and Type Method Description static List<ContentType<?>>UnitLookup. getAllContentTypes()Methods in org.openjdk.jmc.common.unit with parameters of type ContentType Modifier and Type Method Description <M> voidStructContentType. addField(String identifier, ContentType<M> contentType, String name, String desc, IMemberAccessor<M,T> accessor)static <M extends Comparable<? super M>>
RangeContentType<M>UnitLookup. getRangeType(ContentType<M> endPointType)Constructors in org.openjdk.jmc.common.unit with parameters of type ContentType Constructor Description DisplayFormatter(ContentType<T> contentType, String identifier, String name)
-