Uses of Interface
io.github.tonywasher.joceanus.prometheus.data.PrometheusDataInfoClass
Packages that use PrometheusDataInfoClass
Package
Description
Data definitions.
Validation classes.
-
Uses of PrometheusDataInfoClass in io.github.tonywasher.joceanus.prometheus.data
Methods in io.github.tonywasher.joceanus.prometheus.data that return PrometheusDataInfoClassModifier and TypeMethodDescriptionabstract PrometheusDataInfoClassPrometheusDataInfoItem.getInfoClass()Obtain InfoClass.PrometheusDataInfoLinkSet.getInfoClass()Methods in io.github.tonywasher.joceanus.prometheus.data that return types with arguments of type PrometheusDataInfoClassModifier and TypeMethodDescriptionabstract Iterator<PrometheusDataInfoClass> PrometheusDataInfoSet.classIterator()Obtain class iterator for the underlying infoClasses.Methods in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusDataInfoClassModifier and TypeMethodDescriptionabstract voidPrometheusDataInfoItem.PrometheusDataInfoList.addInfoItem(Integer pId, PrometheusDataItem pOwner, PrometheusDataInfoClass pInfoClass, Object pValue) Add an info Item to the list.PrometheusDataInfoSet.fieldChanged(PrometheusDataInfoClass pInfoClass) Determine whether a particular field has changed in this edit view.PrometheusDataInfoSet.getField(PrometheusDataInfoClass pInfoClass) Obtain the field value for the infoClass.abstract MetisDataItem.MetisDataFieldIdPrometheusDataInfoSet.getFieldForClass(PrometheusDataInfoClass pClass) Obtain the field for the infoSet class.PrometheusDataInfoSet.getInfo(PrometheusDataInfoClass pInfoClass) Obtain the field value for the infoClass.protected PrometheusDataInfoLinkSet<T> PrometheusDataInfoSet.getInfoLinkSet(PrometheusDataInfoClass pInfoClass) Obtain the infoLinkSet for the infoClass.List<?> PrometheusDataInfoSet.getListValue(PrometheusDataInfoClass pInfoClass) Obtain the list iterator for the infoClass.<X> XPrometheusDataInfoSet.getValue(PrometheusDataInfoClass pInfoClass, Class<X> pClass) Obtain the value for the infoClass.booleanPrometheusDataInfoSet.isExisting(PrometheusDataInfoClass pInfoClass) Is there active values for the infoClass?voidPrometheusDataInfoSet.linkValue(PrometheusDataInfoClass pInfoClass, PrometheusDataItem pLink) link the value for the infoClass.voidPrometheusDataInfoSet.setListValue(PrometheusDataInfoClass pInfoClass, List<? extends PrometheusDataItem> pLinks) set the list value for the infoClass.voidPrometheusDataInfoSet.setValue(PrometheusDataInfoClass pInfoClass, Object pValue) Set the value for the infoClass.voidPrometheusDataInfoSet.wipeInfo(PrometheusDataInfoClass pInfoClass) wipe information regarding the infoClass. -
Uses of PrometheusDataInfoClass in io.github.tonywasher.joceanus.prometheus.validate
Methods in io.github.tonywasher.joceanus.prometheus.validate with parameters of type PrometheusDataInfoClassModifier and TypeMethodDescriptionprotected voidPrometheusValidateInfoSet.autoCorrect(PrometheusDataInfoClass pClass) AutoCorrect an existing value (if necessary).abstract MetisFieldRequiredPrometheusValidateInfoSet.isClassRequired(PrometheusDataInfoClass pClass) Determine if an infoSet class is required.protected voidPrometheusValidateInfoSet.setDefault(PrometheusDataInfoClass pClass) Set default value for a class.abstract voidPrometheusValidateInfoSet.validateClass(T pInfo, PrometheusDataInfoClass pClass) Validate the class.