Package org.qubership.atp.dataset.model
Interface Attribute
- All Superinterfaces:
Identified,Named
- All Known Implementing Classes:
AttributeImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetDataSetList(DataSetList dataSetList) voidvoidsetListValues(List<ListValue> listValues) voidsetParameters(List<Parameter> parameters) voidsetType(AttributeType type) Methods inherited from interface org.qubership.atp.dataset.model.Identified
getId, getReferences, setId
-
Method Details
-
getDataSetList
DataSetList getDataSetList() -
setDataSetList
-
getType
AttributeType getType() -
setType
-
getDataSetListReference
-
setDataSetListReference
-
getListValues
-
setListValues
-
getParameters
-
setParameters
-