Class AttributeDescriptor
java.lang.Object
org.openprovenance.prov.template.descriptors.AttributeDescriptor
- All Implemented Interfaces:
Descriptor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.openprovenance.prov.template.descriptors.Descriptor
SQL_NEW_INPUTS, SQL_TABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInput()getType()getValue()inthashCode()voidsetDocumentation(String documentation) voidvoidsetExamplar(Object examplar) voidsetInput(InputFieldValue input) voidsetOutput(OutputFieldValue output) voidsetSqlForeign(AttributeDescriptor.SqlForeign sqlForeign) voidsetSqlType(String sqlType) voidvoidtoString()
-
Constructor Details
-
AttributeDescriptor
public AttributeDescriptor()
-
-
Method Details
-
getValue
-
setValue
-
getType
-
setType
-
getDocumentation
-
setDocumentation
-
getEscape
-
setEscape
-
getExamplar
-
setExamplar
-
getInput
-
setInput
-
getOutput
-
setOutput
-
getSqlType
-
setSqlType
-
getSqlForeign
-
setSqlForeign
-
toString
-
equals
-
hashCode
-
getDescriptorType
- Specified by:
getDescriptorTypein interfaceDescriptor
-