T
- the type of the argument (for example: String or int)
public class OutArgument<T> extends Object
Constructor and Description |
---|
OutArgument(Class<U> clz)
Creates an output argument whose value can be set by the DLL function.
|
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Returns the arguments value that has been set during the DLL function call.
|
public OutArgument(Class<U> clz)
U
- the type of the argument (for example: String or int)clz
- the type of the argument (for example: String or int)
public T getValue()
Copyright 2009-2012 Micro Focus. All Rights Reserved.