public abstract class Documentable extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Documentable> |
children |
String |
description |
String |
icon |
String |
name |
| Constructor and Description |
|---|
Documentable(String name,
String icon,
String description,
List<Documentable> children) |
public final String name
public final String icon
public final String description
public final List<Documentable> children
public Documentable(String name, String icon, String description, List<Documentable> children)
name - name of the node.icon - icon of the node.description - description of the node.children - children of the node if any.Copyright © 2018 WSO2. All rights reserved.