|
||||||||||
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.ConfigShortEntry
final class ConfigShortEntry
Config entry for short values.
Constructor Summary | |
---|---|
ConfigShortEntry(String key,
short s)
Creates a new short entry. |
|
ConfigShortEntry(String key,
String s)
Creates a new short entry. |
Method Summary | |
---|---|
short |
getShort()
|
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 |
---|
ConfigShortEntry(String key, short s)
key
- The key for this value.s
- The short value.ConfigShortEntry(String key, String s)
key
- The key for this value.s
- The short value as String.Method Detail |
---|
public short getShort()
public String toStringValue()
AbstractConfigEntry
toStringValue
in class AbstractConfigEntry
Short.toString(short)
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 |