Uses of Enum Class
com.yahoo.schema.document.Attribute.CollectionType
Packages that use Attribute.CollectionType
-
Uses of Attribute.CollectionType in com.yahoo.schema.document
Methods in com.yahoo.schema.document that return Attribute.CollectionTypeModifier and TypeMethodDescriptionAttribute.getCollectionType()static Attribute.CollectionTypeReturns the enum constant of this class with the specified name.static Attribute.CollectionType[]Attribute.CollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.schema.document with parameters of type Attribute.CollectionTypeModifier and TypeMethodDescriptionvoidAttribute.setCollectionType(Attribute.CollectionType type) Constructors in com.yahoo.schema.document with parameters of type Attribute.CollectionTypeModifierConstructorDescriptionAttribute(String name, Attribute.Type type, Attribute.CollectionType collectionType) Attribute(String name, Attribute.Type type, Attribute.CollectionType collectionType, Optional<com.yahoo.tensor.TensorType> tensorType, Optional<com.yahoo.document.StructuredDataType> referenceDocumentType)