public class GlobalVariableDoc extends Documentable
| Modifier and Type | Field and Description |
|---|---|
String |
dataType |
boolean |
isGlobalVariable |
children, description, icon, name| Constructor and Description |
|---|
GlobalVariableDoc(String name,
String description,
ArrayList<Documentable> children,
String dataType)
Construct.
|
public final boolean isGlobalVariable
public final String dataType
public GlobalVariableDoc(String name, String description, ArrayList<Documentable> children, String dataType)
name - global variable name.description - description.children - children if any.dataType - data type of the global variable.Copyright © 2018 WSO2. All rights reserved.