Uses of Class
org.somda.sdc.biceps.model.participant.AbstractAlertState
-
Packages that use AbstractAlertState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of AbstractAlertState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as AbstractAlertState Modifier and Type Field Description protected AbstractAlertStateSetAlertState. proposedAlertStateFields in org.somda.sdc.biceps.model.message with type parameters of type AbstractAlertState Modifier and Type Field Description protected List<AbstractAlertState>AbstractAlertReport.ReportPart. alertStateMethods in org.somda.sdc.biceps.model.message that return AbstractAlertState Modifier and Type Method Description AbstractAlertStateSetAlertState. getProposedAlertState()Gets the value of the proposedAlertState property.Methods in org.somda.sdc.biceps.model.message that return types with arguments of type AbstractAlertState Modifier and Type Method Description List<AbstractAlertState>AbstractAlertReport.ReportPart. getAlertState()Gets the value of the alertState property.Methods in org.somda.sdc.biceps.model.message with parameters of type AbstractAlertState Modifier and Type Method Description voidSetAlertState. setProposedAlertState(AbstractAlertState value)Sets the value of the proposedAlertState property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type AbstractAlertState Modifier and Type Method Description voidAbstractAlertReport.ReportPart. setAlertState(List<AbstractAlertState> value) -
Uses of AbstractAlertState in org.somda.sdc.biceps.model.participant
Subclasses of AbstractAlertState in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classAlertConditionStateAlertConditionState contains the dynamic/volatile information of an ALERT CONDITION.classAlertSignalStateAlertSignalState contains the dynamic/volatile information of an ALERT SIGNAL.classAlertSystemStateAlertSystemState contains the dynamic/volatile information of an ALERT SYSTEM.classLimitAlertConditionStateA state of a limit ALERT CONDITION.Methods in org.somda.sdc.biceps.model.participant that return AbstractAlertState Modifier and Type Method Description AbstractAlertStateObjectFactory. createAbstractAlertState()Create an instance ofAbstractAlertState
-