Class AttributeDescriptorList
- java.lang.Object
-
- org.openprovenance.prov.template.descriptors.AttributeDescriptorList
-
- All Implemented Interfaces:
Descriptor
public class AttributeDescriptorList extends Object implements Descriptor
-
-
Field Summary
-
Fields inherited from interface org.openprovenance.prov.template.descriptors.Descriptor
SQL_NEW_INPUTS, SQL_TABLE
-
-
Constructor Summary
Constructors Constructor Description AttributeDescriptorList()
-
Method Summary
Modifier and Type Method Description DescriptorTypesgetDescriptorType()List<AttributeDescriptor>getItems()voidsetItems(List<AttributeDescriptor> items)
-
-
-
Method Detail
-
getItems
public List<AttributeDescriptor> getItems()
-
setItems
public void setItems(List<AttributeDescriptor> items)
-
getDescriptorType
public DescriptorTypes getDescriptorType()
- Specified by:
getDescriptorTypein interfaceDescriptor
-
-