public class DynamicActionAttribute extends Object
Modifier and Type | Field and Description |
---|---|
private String |
name |
private String |
value |
Constructor and Description |
---|
DynamicActionAttribute(String name,
String value)
Create a new dynamic action attribute.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the dynamic attribute.
|
String |
getValue()
Get the value of the dynamic attribute.
|