Uses of Class
io.github.tonywasher.joceanus.prometheus.data.PrometheusStaticDataItem
Packages that use PrometheusStaticDataItem
Package
Description
Data definitions.
Handles mapping to/from database.
Prometheus sheets is a package that simply maps data-types to and from backup spreadsheets.
-
Uses of PrometheusStaticDataItem in io.github.tonywasher.joceanus.prometheus.data
Classes in io.github.tonywasher.joceanus.prometheus.data with type parameters of type PrometheusStaticDataItemModifier and TypeClassDescriptionstatic classThe dataMap class.static classRepresents a list of StaticData objects.Methods in io.github.tonywasher.joceanus.prometheus.data that return PrometheusStaticDataItemModifier and TypeMethodDescriptionabstract PrometheusStaticDataItemPrometheusDataInfoItem.getInfoType()Obtain InfoType.PrometheusDataInfoLinkSet.getInfoType()Methods in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusStaticDataItemModifier and TypeMethodDescriptionprotected abstract TPrometheusDataInfoItem.PrometheusDataInfoList.addNewItem(PrometheusDataItem pOwner, PrometheusStaticDataItem pInfoType) Add new item to the list.protected voidPrometheusStaticDataItem.applyBasicChanges(PrometheusStaticDataItem pData) Apply basic changes.protected final voidPrometheusDataInfoItem.setValueInfoType(PrometheusStaticDataItem pValue) Set InfoType.Constructors in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusStaticDataItemModifierConstructorDescriptionprotectedPrometheusDataInfoItem(PrometheusDataInfoItem.PrometheusDataInfoList<?> pList, Integer uId, PrometheusStaticDataItem pInfoType, PrometheusDataItem pOwner) Basic constructor.protectedPrometheusDataInfoLinkSet(PrometheusDataInfoItem.PrometheusDataInfoList<T> pList, PrometheusDataItem pOwner, PrometheusStaticDataItem pInfoType) Constructor.protectedPrometheusStaticDataItem(PrometheusStaticDataItem.PrometheusStaticList<?> pList, PrometheusStaticDataItem pSource) Copy Constructor. -
Uses of PrometheusStaticDataItem in io.github.tonywasher.joceanus.prometheus.database
Classes in io.github.tonywasher.joceanus.prometheus.database with type parameters of type PrometheusStaticDataItemModifier and TypeClassDescriptionclassDatabase table class for Static Data Items. -
Uses of PrometheusStaticDataItem in io.github.tonywasher.joceanus.prometheus.sheets
Classes in io.github.tonywasher.joceanus.prometheus.sheets with type parameters of type PrometheusStaticDataItemModifier and TypeClassDescriptionclassExtension of SheetDataItem class for accessing a sheet that is related to a static data type.