|
||||||||||
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.ConfigCharEntry
final class ConfigCharEntry
Config entry for char objects.
Constructor Summary | |
---|---|
ConfigCharEntry(String key,
char c)
Creates a new char entry. |
|
ConfigCharEntry(String key,
String c)
Creates a new char entry. |
Method Summary | |
---|---|
char |
getChar()
|
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 |
---|
ConfigCharEntry(String key, char c)
key
- The key for this value.c
- The char value.ConfigCharEntry(String key, String c)
key
- The key for this value.c
- The char value as String.Method Detail |
---|
public char getChar()
public String toStringValue()
AbstractConfigEntry
toStringValue
in class AbstractConfigEntry
Character.toString(char)
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 |