Note

You are not reading the most recent version of this documentation. 1.4.7 is the latest version available.

StructuredValue

public class StructuredValue extends Value

Constructors

StructuredValue

protected StructuredValue(APIClient client)

Internal constructor

Methods

fromProtobuf

public static StructuredValue fromProtobuf(APIClient client, Out.CocoValue inputValue)

Internal constructor

title

public String title()

A short string that describes the value. This can be used in a tree view of values as the label of the main item.

values

public java.util.ArrayList<io.cocotec.coco.platform.coco.VariableBinding> values()