|
||||||||||
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.ConfigByteEntry
final class ConfigByteEntry
Config entry for byte objects.
Constructor Summary | |
---|---|
ConfigByteEntry(String key,
byte b)
Creates a new config entry for bytes. |
|
ConfigByteEntry(String key,
String b)
Creates a new config entry for bytes. |
Method Summary | |
---|---|
byte |
getByte()
|
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 |
---|
ConfigByteEntry(String key, byte b)
key
- The key for this value.b
- The byte value.ConfigByteEntry(String key, String b)
key
- The key for this value.b
- The byte value as String.Method Detail |
---|
public byte getByte()
public String toStringValue()
AbstractConfigEntry
toStringValue
in class AbstractConfigEntry
Byte.toString(byte)
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 |