Uses of Class
org.somda.sdc.biceps.common.MdibStateModifications.Type
-
Packages that use MdibStateModifications.Type Package Description org.somda.sdc.biceps.common Any classes that are shared between BICEPS provider and consumer.org.somda.sdc.biceps.common.event Common event-related objects of the BICEPS package. -
-
Uses of MdibStateModifications.Type in org.somda.sdc.biceps.common
Methods in org.somda.sdc.biceps.common that return MdibStateModifications.Type Modifier and Type Method Description MdibStateModifications.TypeMdibStateModifications. getChangeType()static MdibStateModifications.TypeMdibStateModifications.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MdibStateModifications.Type[]MdibStateModifications.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.common with parameters of type MdibStateModifications.Type Modifier and Type Method Description static MdibStateModificationsMdibStateModifications. create(MdibStateModifications.Type changeType)Creates a set.static MdibStateModificationsMdibStateModifications. create(MdibStateModifications.Type changeType, int initialCapacity)Creates a set with initial capacity. -
Uses of MdibStateModifications.Type in org.somda.sdc.biceps.common.event
Methods in org.somda.sdc.biceps.common.event with parameters of type MdibStateModifications.Type Modifier and Type Method Description voidDistributor. sendStateModificationEvent(MdibAccess mdibAccess, MdibStateModifications.Type changeType, List<?> states)Creates a specific StateModificationMessage based on the change type and sends it to all subscribers.
-