@Api public class ContextVariable<T> extends Object
Constructor and Description |
---|
ContextVariable(String id,
LocalizedString name,
LocalizedString description,
Type<T> type) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns context variable description.
|
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)
Copyright © 2018 Suncode. All rights reserved.