@Api public class ContextVariable<T> extends Object
| Constructor and Description | 
|---|
| ContextVariable(String id,
               LocalizedString name,
               LocalizedString description,
               Type<T> type,
               boolean hidden) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Returns context variable description. | 
| boolean | getHidden()Returns if context variable is hidden | 
| String | getId()Returns context variable id prefixed with  context: | 
| String | getName()Returns context variable name. | 
| Type<T> | getType()Returns context variable type. | 
public static final String PREFIX
public ContextVariable(String id, LocalizedString name, LocalizedString description, Type<T> type, boolean hidden)
public String getId()
context:public String getName()
public String getDescription()
public boolean getHidden()
Copyright © 2019 Suncode. All rights reserved.