Class DispatchDecriptorBasicPropertyGetSet
java.lang.Object
de.mid.innovator.m2msdk.model.dispatcher.DispatchDescriptorBase
de.mid.innovator.m2msdk.model.dispatcher.DispatchDecriptorBasicPropertyGetSet
- Direct Known Subclasses:
DispatchDecriptorBasicPropertyGetSetInnovator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) setProperty(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) Methods inherited from class de.mid.innovator.m2msdk.model.dispatcher.DispatchDescriptorBase
addDescriptorDefinition, addDescriptorDefinition, getDescriptorDefinition, getKnownNames, isResponsible, matchDescriptor
-
Constructor Details
-
DispatchDecriptorBasicPropertyGetSet
-
-
Method Details
-
getProperty
public PropertyValue getProperty(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
setProperty
public OperationResult setProperty(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-