Uses of Class
org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor
-
Packages that use AbstractOperationDescriptor Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AbstractOperationDescriptor in org.somda.sdc.biceps.model.participant
Subclasses of AbstractOperationDescriptor in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classAbstractSetStateOperationDescriptorAbstract description of an operation that is exposed on the SCO and is intended to be used to set a complete state.classActivateOperationDescriptorDescribes an activate operation that is exposed on the SCO.classSetAlertStateOperationDescriptorDescribes an alert state set operation for a specific alert state in the MDIB that is exposed on the SCO.classSetComponentStateOperationDescriptorDescribes a component state set operation for a specific component state in the MDIB that is exposed on the SCO.classSetContextStateOperationDescriptorDescribes a context state set operation for a specific context state in the MDIB that is exposed on SCO.classSetMetricStateOperationDescriptorDescribes a METRIC state set operation for a specific METRIC state in the MDIB that is exposed on the SCO.classSetStringOperationDescriptorDescribes a string set operation for a specific object state in the MDIB that is exposed on the SCO.classSetValueOperationDescriptorDescribes a numeric set operation for a specific object state in the MDIB that is exposed on the SCO.Fields in org.somda.sdc.biceps.model.participant with type parameters of type AbstractOperationDescriptor Modifier and Type Field Description protected List<AbstractOperationDescriptor>ScoDescriptor. operationMethods in org.somda.sdc.biceps.model.participant that return AbstractOperationDescriptor Modifier and Type Method Description AbstractOperationDescriptorObjectFactory. createAbstractOperationDescriptor()Create an instance ofAbstractOperationDescriptorMethods in org.somda.sdc.biceps.model.participant that return types with arguments of type AbstractOperationDescriptor Modifier and Type Method Description List<AbstractOperationDescriptor>ScoDescriptor. getOperation()Gets the value of the operation property.Method parameters in org.somda.sdc.biceps.model.participant with type arguments of type AbstractOperationDescriptor Modifier and Type Method Description voidScoDescriptor. setOperation(List<AbstractOperationDescriptor> value)
-