public final class NullVisualProperty extends AbstractVisualProperty<NullDataType>
shouldIgnoreDefault| Constructor and Description |
|---|
NullVisualProperty(String id,
String displayName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NullDataType |
parseSerializableString(String text)
Returns an object of type T given a string serialized from the getSerializableString(T value)
method.
|
String |
toSerializableString(NullDataType value)
Returns a string of the specified value suitable for serializing to XML
other text output.
|
getDefault, getDisplayName, getIdString, getRange, getTargetDataType, shouldIgnoreDefault, toStringpublic String toSerializableString(NullDataType value)
VisualPropertyvalue - the specified value.public NullDataType parseSerializableString(String text)
VisualPropertytext - a string serialized from the getSerializableString(T value) method.Copyright 2011 Cytoscape Consortium. All rights reserved.