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.
|