public static class
TemporaryVariable.Options
Optional attributes for TemporaryVariable
Public Methods
TemporaryVariable.Options |
varName(String varName)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public TemporaryVariable.Options varName (String varName)
Parameters
varName | Overrides the name used for the temporary variable resource. Default value is the name of the 'TemporaryVariable' op (which is guaranteed unique). |
---|