public static interface ResourceModelFactory.ModelDefinition<T>
Modifier and Type | Method and Description |
---|---|
String |
getName()
The unique name of a model.
|
ResourceModel |
getResourceModel() |
Class<? extends T> |
getType()
The type which is
assignment-compatible with the model implementation class. |
@Nonnull ResourceModel getResourceModel()
@Nonnull String getName()
@Nonnull Class<? extends T> getType()
assignment-compatible
with the model implementation class. For instance,
the actual model class or an interface the model implements.Copyright © 2024. All rights reserved.