Package com.veeva.vault.sdk.api.query
Interface QueryDescribeField
public interface QueryDescribeField
Represents the Query Describe result for an individual field.
-
Method Summary
-
Method Details
-
getName
String getName()Retrieves the name of the field.- Returns:
- the field name
-
getLabel
String getLabel()Retrieves the label of the field.- Returns:
- the field label, or null if the field is modified by a VQL function
-
getValueType
ValueType getValueType()Retrieves the type of the field.- Returns:
- the field type
-