public final class CompoundConstructorTemplateData
extends java.lang.Object
| Constructor and Description |
|---|
CompoundConstructorTemplateData(CompoundType compoundType,
CompoundParameterTemplateData compoundParametersData,
java.util.List<CompoundFieldTemplateData> fieldList) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompoundName() |
CompoundParameterTemplateData |
getCompoundParametersData() |
java.lang.Iterable<CompoundFieldTemplateData> |
getFieldList() |
public CompoundConstructorTemplateData(CompoundType compoundType, CompoundParameterTemplateData compoundParametersData, java.util.List<CompoundFieldTemplateData> fieldList)
public java.lang.String getCompoundName()
public CompoundParameterTemplateData getCompoundParametersData()
public java.lang.Iterable<CompoundFieldTemplateData> getFieldList()
Last updated 2024-07-18 11:31:32