public class SystemVariable extends Object
Constructor and Description |
---|
SystemVariable(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
static void |
addLookupReference(org.esa.snap.core.gpf.operators.tooladapter.LookupReference reference) |
static void |
addLookupReference(org.esa.snap.core.gpf.operators.tooladapter.LookupWithDefaultReference reference) |
SystemVariable |
createCopy()
Creates a copy of this SystemVariable instance.
|
String |
getKey()
Gets the name of the system variable.
|
String |
getValue()
Gets the value of the system variable
|
boolean |
isShared()
Returns
true if the variable is intended to be shared with other adapters. |
protected String |
resolve() |
void |
setKey(String key)
Sets the name of the system variable.
|
void |
setShared(boolean value) |
void |
setValue(String value)
Sets the value of the system variable
|
public static void addLookupReference(org.esa.snap.core.gpf.operators.tooladapter.LookupReference reference)
public static void addLookupReference(org.esa.snap.core.gpf.operators.tooladapter.LookupWithDefaultReference reference)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public boolean isShared()
true
if the variable is intended to be shared with other adapters.public void setShared(boolean value)
public SystemVariable createCopy()
protected String resolve()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.