Uses of Interface
org.openjdk.jmc.common.item.IAccessorKey
Packages that use IAccessorKey
Package
Description
This package contains the
IItem data model.This package contains the data model for quantities and units.
-
Uses of IAccessorKey in org.openjdk.jmc.common.item
Classes in org.openjdk.jmc.common.item that implement IAccessorKeyMethods in org.openjdk.jmc.common.item that return IAccessorKeyMethods in org.openjdk.jmc.common.item that return types with arguments of type IAccessorKeyModifier and TypeMethodDescriptionMap<IAccessorKey<?>,? extends IDescribable> IType.getAccessorKeys()Get keys for the accessors that this type knows of.Methods in org.openjdk.jmc.common.item with parameters of type IAccessorKeyModifier and TypeMethodDescription<M> IMemberAccessor<M,T> IType.getAccessor(IAccessorKey<M> attribute) Internal low-level mechanism for retrieving a member accessor for a type, or null if not available. -
Uses of IAccessorKey in org.openjdk.jmc.common.unit
Methods in org.openjdk.jmc.common.unit that return types with arguments of type IAccessorKeyModifier and TypeMethodDescriptionMap<IAccessorKey<?>,? extends IDescribable> ContentType.getAccessorKeys()Map<IAccessorKey<?>,? extends IDescribable> KindOfQuantity.getAccessorKeys()Map<IAccessorKey<?>,? extends IDescribable> StructContentType.getAccessorKeys()Methods in org.openjdk.jmc.common.unit with parameters of type IAccessorKeyModifier and TypeMethodDescription<M> IMemberAccessor<M,T> ContentType.getAccessor(IAccessorKey<M> attribute) <M> IMemberAccessor<M,IQuantity> KindOfQuantity.getAccessor(IAccessorKey<M> attribute) <M> IMemberAccessor<M,T> StructContentType.getAccessor(IAccessorKey<M> attribute)