Class NameDescriptor
java.lang.Object
org.openprovenance.prov.template.descriptors.NameDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
Fields inherited from interface org.openprovenance.prov.template.descriptors.Descriptor
SQL_NEW_INPUTS, SQL_TABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getInput()getTable()getType()inthashCode()voidsetAlsoOutputs(Map<String, String> alsoOutputs) voidsetDocumentation(String documentation) voidsetExamplar(String examplar) voidvoidsetInput(InputFieldValue input) voidsetNewInputs(Map<String, String> newInputs) voidsetOutput(OutputFieldValue output) voidsetSqlType(String sqlType) voidvoidtoString()
-
Constructor Details
-
NameDescriptor
public NameDescriptor()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getDocumentation
-
setDocumentation
-
getExamplar
-
setExamplar
-
getInput
-
setInput
-
getOutput
-
setOutput
-
getTable
-
getNewInputs
-
getAlsoOutputs
-
setNewInputs
-
setAlsoOutputs
-
getSqlType
-
setSqlType
-
toString
-
setTable
-
equals
-
hashCode
public int hashCode() -
getDescriptorType
- Specified by:
getDescriptorTypein interfaceDescriptor
-