Package de.espirit.firstspirit.feature
Interface FeatureModel.FeatureElementReference
- All Superinterfaces:
FeatureModel.FeatureReference<IDProvider>
,de.espirit.firstspirit.client.gui.navigation.ppool.IDProviderProvider
- Enclosing interface:
- FeatureModel
public static interface FeatureModel.FeatureElementReference
extends FeatureModel.FeatureReference<IDProvider>
Definition of an feature reference referencing a store node.
- Since:
- 5.0.111
-
Method Summary
Modifier and TypeMethodDescriptionThe store type the referenced store node belongs to.Methods inherited from interface de.espirit.firstspirit.feature.FeatureModel.FeatureReference
getElement, getType, isTransportable
-
Method Details
-
getStoreType
Store.Type getStoreType()The store type the referenced store node belongs to.- Since:
- 5.0.111
-