com.jniwrapper
Interface StringParameter
- All Known Implementing Classes:
- Str, ZeroTerminatedString
- public interface StringParameter
This is a generic interface for all parameters holding a string value.
Method Summary |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String value)
Sets the value for the parameter. |
setValue
public void setValue(java.lang.String value)
- Sets the value for the parameter.
- Parameters:
value
- the value to set.
getValue
public java.lang.String getValue()
- Returns:
- the string value of the parameter.