Package com.yahoo.vespa.config.search
Class AttributesConfig.Attribute.Collectiontype
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<AttributesConfig.Attribute.Collectiontype.Enum>
com.yahoo.vespa.config.search.AttributesConfig.Attribute.Collectiontype
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- AttributesConfig.Attribute
public static final class AttributesConfig.Attribute.Collectiontype
extends com.yahoo.config.EnumNode<AttributesConfig.Attribute.Collectiontype.Enum>
This class represents attributes.attribute[].collectiontype
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributesConfig.Attribute.Collectiontype.Enumstatic final AttributesConfig.Attribute.Collectiontype.Enumstatic final AttributesConfig.Attribute.Collectiontype.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toStringMethods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, valueMethods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
SINGLE
-
ARRAY
-
WEIGHTEDSET
-
-
Constructor Details
-
Collectiontype
public Collectiontype() -
Collectiontype
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<AttributesConfig.Attribute.Collectiontype.Enum>
-