Package com.yahoo.config.codegen
Class LeafCNode.NoClassNoDefaultLeafCNode
java.lang.Object
com.yahoo.config.codegen.CNode
com.yahoo.config.codegen.LeafCNode
com.yahoo.config.codegen.LeafCNode.NoClassNoDefaultLeafCNode
- Direct Known Subclasses:
LeafCNode.FileLeaf,LeafCNode.PathLeaf
- Enclosing class:
- LeafCNode
Superclass for no-class leaf nodes that cannot have a default.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.config.codegen.LeafCNode
LeafCNode.BooleanLeaf, LeafCNode.DoubleLeaf, LeafCNode.EnumLeaf, LeafCNode.FileLeaf, LeafCNode.IntegerLeaf, LeafCNode.LongLeaf, LeafCNode.ModelLeaf, LeafCNode.NoClassLeafCNode, LeafCNode.NoClassNoDefaultLeafCNode, LeafCNode.PathLeaf, LeafCNode.ReferenceLeaf, LeafCNode.StringLeaf, LeafCNode.UrlLeaf -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNoClassNoDefaultLeafCNode(InnerCNode parent, String name) -
Method Summary
Methods inherited from class com.yahoo.config.codegen.LeafCNode
checkDefaultValue, getChild, getChildren, getDefaultValue, getType, needRestart, newInstance, newInstance, setLeaf, setValueMethods inherited from class com.yahoo.config.codegen.CNode
checkMyName, getComment, getCommentBlock, getFullName, getMd5, getName, getNamespace, getPackage, getParent, getVersion, toString
-
Constructor Details
-
NoClassNoDefaultLeafCNode
-
-
Method Details
-
setDefaultValue
- Overrides:
setDefaultValuein classLeafCNode
-