public class Field extends Variable
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue |
dataType, description, href, namepublic final String defaultValue
public Field(String name, String dataType, String description, String defaultValue, String href)
name - variable name.dataType - data type of the variable.description - description of the variable.defaultValue - default value of this field.href - link of the data type.Copyright © 2018 WSO2. All rights reserved.