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 T
getInfo()
Return type infoint
getKind()
T
setInfo(T newInfo)
Set info
-
-
-
Method Detail
-
getKind
int getKind()
- Returns:
ICSettingEntry
type
-
getInfo
T getInfo()
Return type info- Returns:
- the data stored
- See Also:
KindBasedStore
-
-