Uses of Class
org.somda.sdc.biceps.model.participant.MdState
-
Packages that use MdState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of MdState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as MdState Modifier and Type Field Description protected MdStateGetMdStateResponse. mdStateMethods in org.somda.sdc.biceps.model.message that return MdState Modifier and Type Method Description MdStateGetMdStateResponse. getMdState()Gets the value of the mdState property.Methods in org.somda.sdc.biceps.model.message with parameters of type MdState Modifier and Type Method Description voidGetMdStateResponse. setMdState(MdState value)Sets the value of the mdState property. -
Uses of MdState in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as MdState Modifier and Type Field Description protected MdStateMdib. mdStateMethods in org.somda.sdc.biceps.model.participant that return MdState Modifier and Type Method Description MdStateObjectFactory. createMdState()Create an instance ofMdStateMdStateMdib. getMdState()Gets the value of the mdState property.Methods in org.somda.sdc.biceps.model.participant with parameters of type MdState Modifier and Type Method Description voidMdib. setMdState(MdState value)Sets the value of the mdState property.
-