Package com.yahoo.document.config
Class DocumentmanagerConfig.Datatype.Documenttype
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- Enclosing class:
- DocumentmanagerConfig.Datatype
public static final class DocumentmanagerConfig.Datatype.Documenttype
extends com.yahoo.config.InnerNode
This class represents documentmanager.datatype[].documenttype[]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents documentmanager.datatype[].documenttype[].fieldsets{}static final classThis class represents documentmanager.datatype[].documenttype[].importedfield[]static final classThis class represents documentmanager.datatype[].documenttype[].inherits[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintimportedfield(int i) inherits()inherits(int i) name()intversion()Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Documenttype
-
-
Method Details
-
name
- Returns:
- documentmanager.datatype[].documenttype[].name
-
version
public int version()- Returns:
- documentmanager.datatype[].documenttype[].version
-
inherits
- Returns:
- documentmanager.datatype[].documenttype[].inherits[]
-
inherits
- Parameters:
i- the index of the value to return- Returns:
- documentmanager.datatype[].documenttype[].inherits[]
-
headerstruct
public int headerstruct()- Returns:
- documentmanager.datatype[].documenttype[].headerstruct
-
bodystruct
public int bodystruct()- Returns:
- documentmanager.datatype[].documenttype[].bodystruct
-
fieldsets
- Returns:
- documentmanager.datatype[].documenttype[].fieldsets{}
-
fieldsets
- Parameters:
key- the key of the value to return- Returns:
- documentmanager.datatype[].documenttype[].fieldsets{}
-
importedfield
- Returns:
- documentmanager.datatype[].documenttype[].importedfield[]
-
importedfield
- Parameters:
i- the index of the value to return- Returns:
- documentmanager.datatype[].documenttype[].importedfield[]
-