| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivateOperationDescriptor
Describes an activate operation that is exposed on the service interface.
|
class |
NonGenericOperationDescriptor
The non-generic operation descriptor is present in the SCO to indicate that operations with a coded type that are not defined within this standard may be invoked on the MDS using the provided information.
|
class |
SetAlertStateOperationDescriptor
Describes a SetAlertState operation for a specific alert state in the MDIB that is exposed on the service interface.
|
class |
SetContextOperationDescriptor
Describes a SetContext operation to insert or modify a context state.
|
class |
SetRangeOperationDescriptor
Describes a SetRange operation to alter a range property.
|
class |
SetStringOperationDescriptor
Describes a SetString operation for a specific object state in the MDIB that is exposed on the service interface.
|
class |
SetValueOperationDescriptor
Describes a SetValue operation for a specific object state in the MDIB that is exposed on the service interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<OperationDescriptor> |
OperationDescriptionModificationReportPart.operations |
protected java.util.List<OperationDescriptor> |
SCODescriptor.operations |
| Modifier and Type | Method and Description |
|---|---|
OperationDescriptor |
ObjectFactory.createOperationDescriptor()
Create an instance of
OperationDescriptor |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OperationDescriptor> |
OperationDescriptionModificationReportPart.getOperations()
Gets the value of the operations property.
|
java.util.List<OperationDescriptor> |
SCODescriptor.getOperations()
Gets the value of the operations property.
|