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