Package com.yahoo.config
Class LongNode
- All Implemented Interfaces:
Cloneable
Represents a long in a configuration tree.
- Author:
- gjoranv
-
Field Summary
Fields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoSetValue(String value) getValue()Subclasses must implement this, in compliance with the rules given in the return tag.toString()Subclasses must implement this, in compliance with the rules given in the return tag.value()Methods inherited from class com.yahoo.config.Node
postInitialize
-
Constructor Details
-
LongNode
public LongNode() -
LongNode
public LongNode(long value)
-
-
Method Details
-
value
-
getValue
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag. -
toString
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag. -
doSetValue
- Specified by:
doSetValuein classLeafNode<Long>
-