Package com.attivio.sdk.server.udf
Interface ArgumentInfo
-
public interface ArgumentInfo
Information for an argument to aUserDefinedField
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldExpression
getField()
Get the field expression used to generate the values for this argument.SchemaField.Type
getType()
Indicates the data type for this argument.
-
-
-
Method Detail
-
getType
SchemaField.Type getType()
Indicates the data type for this argument.
-
getField
FieldExpression getField()
Get the field expression used to generate the values for this argument.
-
-