public class ParamDefaultValueAttributeInfo extends Object implements AttributeInfo
ParamDefaultValueAttributeInfo
contains metadata of default values for parameters of
a function/resource/action/connector nodes.AttributeInfo.Kind
Constructor and Description |
---|
ParamDefaultValueAttributeInfo(int attributeNameIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addParamDefaultValueInfo(DefaultValue attachmentInfo) |
int |
getAttributeNameIndex() |
DefaultValue[] |
getDefaultValueInfo() |
AttributeInfo.Kind |
getKind() |
public ParamDefaultValueAttributeInfo(int attributeNameIndex)
public void addParamDefaultValueInfo(DefaultValue attachmentInfo)
public DefaultValue[] getDefaultValueInfo()
public AttributeInfo.Kind getKind()
getKind
in interface AttributeInfo
public int getAttributeNameIndex()
getAttributeNameIndex
in interface AttributeInfo
Copyright © 2018 WSO2. All rights reserved.