public class RestVariable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RestVariable.RestVariableScope |
Constructor and Description |
---|
RestVariable() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getScope() |
static RestVariable.RestVariableScope |
getScopeFromString(String scope) |
String |
getType() |
Object |
getValue() |
String |
getValueUrl() |
RestVariable.RestVariableScope |
getVariableScope() |
void |
setName(String name) |
void |
setScope(String scope) |
void |
setType(String type) |
void |
setValue(Object value) |
void |
setValueUrl(String valueUrl) |
void |
setVariableScope(RestVariable.RestVariableScope variableScope) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public RestVariable.RestVariableScope getVariableScope()
public void setVariableScope(RestVariable.RestVariableScope variableScope)
public Object getValue()
public void setValue(Object value)
public String getScope()
public void setScope(String scope)
public void setValueUrl(String valueUrl)
public String getValueUrl()
public static RestVariable.RestVariableScope getScopeFromString(String scope)
Copyright © 2016 Alfresco. All rights reserved.