public class Variable extends Object
An instance of a variable as returned from the REST API.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
static String |
SCOPE_GLOBAL |
static String |
SCOPE_LOCAL |
Constructor and Description |
---|
Variable() |
public static final String SCOPE_LOCAL
public static final String SCOPE_GLOBAL
public String getScope()
public String getName()
public Object getValue()
public String getType()
public void setScope(String scope)
public void setName(String name)
public void setValue(Object value)
public void setType(String type)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.