|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.config.AbstractConfigEntry
org.knime.core.node.config.ConfigLongEntry
final class ConfigLongEntry
Config entry for long
values.
Constructor Summary | |
---|---|
ConfigLongEntry(String key,
long l)
Creates a new Config entry for an long value. |
|
ConfigLongEntry(String key,
String l)
Creates a new Config entry for a long value. |
Method Summary | |
---|---|
long |
getLong()
|
protected boolean |
hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
String |
toStringValue()
Returns a String representation for this Config entry which is the used to re-load this Config entry. |
Methods inherited from class org.knime.core.node.config.AbstractConfigEntry |
---|
children, equals, getAllowsChildren, getChildAt, getChildCount, getIndex, getKey, getParent, getType, hashCode, isIdentical, isLeaf, setKey, setParent, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ConfigLongEntry(String key, long l)
key
- The key for this value.l
- The long value.ConfigLongEntry(String key, String l)
key
- The key for this value.l
- The long value as String.Method Detail |
---|
public long getLong()
public String toStringValue()
AbstractConfigEntry
toStringValue
in class AbstractConfigEntry
Long.toString(long)
protected boolean hasIdenticalValue(AbstractConfigEntry ace)
hasIdenticalValue
in class AbstractConfigEntry
ace
- the argument to compare the value with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |