Interface IKindBasedInfo<T>
-
- Type Parameters:
T-
public interface IKindBasedInfo<T>Type-Parameterised kind based item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetInfo()Return type infointgetKind()TsetInfo(T newInfo)Set info
-
-
-
Method Detail
-
getKind
int getKind()
- Returns:
ICSettingEntrytype
-
getInfo
T getInfo()
Return type info- Returns:
- the data stored
- See Also:
KindBasedStore
-
-