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