oracle.panama
Interface AsyncArgument
- public interface AsyncArgument
Type | Method |
java.lang.String |
getName()
Gets the name of the async argument |
java.lang.String |
getValue()
Gets the value of the async argument |
void |
setValue(java.lang.String value)
Sets the value of the async argument |
getName
public java.lang.String getName()
- Gets the name of the async argument
getValue
public java.lang.String getValue()
- Gets the value of the async argument
setValue
public void setValue(java.lang.String value)
- Sets the value of the async argument