Uses of Interface
org.openjdk.jmc.common.item.IAccessorKey
-
Packages that use IAccessorKey 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 IAccessorKey in org.openjdk.jmc.common.item
Classes in org.openjdk.jmc.common.item that implement IAccessorKey Modifier and Type Class Description classAttribute<T>Methods in org.openjdk.jmc.common.item that return IAccessorKey Modifier and Type Method Description IAccessorKey<V>ICanonicalAccessorFactory. getKey()Methods in org.openjdk.jmc.common.item that return types with arguments of type IAccessorKey Modifier and Type Method Description Map<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 IAccessorKey Modifier and Type Method Description <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 IAccessorKey Modifier and Type Method Description Map<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 IAccessorKey Modifier and Type Method Description <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)
-