public class SelectiveAccessDescription
extends java.lang.Object
Constructor and Description |
---|
SelectiveAccessDescription(int accessSelector,
DataObject accessParameter)
Constructs a new SelectiveAccessDescription.
|
Modifier and Type | Method and Description |
---|---|
DataObject |
getAccessParameter()
Returns the access parameter.
|
int |
getAccessSelector()
Get the access selector.
|
public SelectiveAccessDescription(int accessSelector, DataObject accessParameter) throws java.lang.IllegalArgumentException
accessSelector
- The selector index, specifying what shall be filtered from the responseaccessParameter
- The actual filter of the selection.java.lang.IllegalArgumentException
- if the accessSelector is out of range. [0, 255]public int getAccessSelector()
The selector index, specifying what shall be filtered from the response.
public DataObject getAccessParameter()