Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute<T> |
Modifier and Type | Method and Description |
---|---|
IAccessorKey<V> |
ICanonicalAccessorFactory.getKey() |
Modifier and Type | Method and Description |
---|---|
Map<IAccessorKey<?>,? extends IDescribable> |
IType.getAccessorKeys()
Get keys for the accessors that this type knows of.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<IAccessorKey<?>,? extends IDescribable> |
StructContentType.getAccessorKeys() |
Map<IAccessorKey<?>,? extends IDescribable> |
ContentType.getAccessorKeys() |
Map<IAccessorKey<?>,? extends IDescribable> |
KindOfQuantity.getAccessorKeys() |
Modifier and Type | Method and Description |
---|---|
<M> IMemberAccessor<M,T> |
StructContentType.getAccessor(IAccessorKey<M> attribute) |
<M> IMemberAccessor<M,T> |
ContentType.getAccessor(IAccessorKey<M> attribute) |
<M> IMemberAccessor<M,IQuantity> |
KindOfQuantity.getAccessor(IAccessorKey<M> attribute) |
Copyright © 2019. All rights reserved.