public class SetParameter
extends java.lang.Object
Constructor and Description |
---|
SetParameter(AttributeAddress attributeAddress,
DataObject data)
Creates a set parameter for that particular attribute with a copy of the given data container
|
Modifier and Type | Method and Description |
---|---|
AttributeAddress |
getAttributeAddress() |
DataObject |
getData() |
public SetParameter(AttributeAddress attributeAddress, DataObject data)
attributeAddress
- the address attributedata
- Container of this parameterpublic AttributeAddress getAttributeAddress()
public DataObject getData()