public class NotifOutput extends BasePOJO
Constructor and Description |
---|
NotifOutput(java.lang.String pInputName,
java.lang.String pValue)
Creates am Ouput for the given name and value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the Output.
|
java.lang.String |
getValue()
Returns the value of the Output.
|