Package com.veeva.vault.sdk.api.document
Interface DocumentRoleFieldMetadata
- All Superinterfaces:
DocumentFieldMetadata
Provides methods to retrieve common metadata on role fields.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves whether the given picklist field is a multi-value field.Methods inherited from interface com.veeva.vault.sdk.api.document.DocumentFieldMetadata
getDocumentFieldMetadataType, getHelpContent, getLabel, getName, getSourceType, getTypedDocumentFieldMetadata, getValueType, isActive, isCopyField, isEditable, isFacetable, isQueryable, isRequired, isShared, isVisible
-
Method Details
-
isMultiValue
boolean isMultiValue()Retrieves whether the given picklist field is a multi-value field.- Returns:
- true if the field is a multi-value field, otherwise false
-