Package adams.core
Class VariableNameNoUpdate
- java.lang.Object
-
- adams.core.base.BaseObject
-
- adams.core.base.AbstractBaseString
-
- adams.core.VariableName
-
- adams.core.VariableNameNoUpdate
-
- All Implemented Interfaces:
CloneHandler<BaseObject>
,Serializable
,Comparable
public class VariableNameNoUpdate extends VariableName
Wrapper around the name of a variable (= string). Same asVariableName
but doesn't trigger updates in the flow editor.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.core.VariableName
DEFAULT
-
Fields inherited from class adams.core.base.BaseObject
m_Internal, m_Properties, SUFFIX_DISPLAY, SUFFIX_VALUE
-
-
Constructor Summary
Constructors Constructor Description VariableNameNoUpdate()
Initializes the name with a default value.VariableNameNoUpdate(String s)
Initializes the object with the string to parse.
-
Method Summary
-
Methods inherited from class adams.core.VariableName
getTipText, initialize, isValid, paddedValue
-
Methods inherited from class adams.core.base.AbstractBaseString
convert, getValue, isEmpty, length, setValue, stringValue
-
Methods inherited from class adams.core.base.BaseObject
compareTo, equals, getClone, getInternal, getTemplates, getUnicode, hasFavoritesSupport, hashCode, isValidUnicode, newInstance, setUnicode, toObjectArray, toObjectArray, toString, toStringArray, toStringList
-
-
-
-
Constructor Detail
-
VariableNameNoUpdate
public VariableNameNoUpdate()
Initializes the name with a default value.
-
VariableNameNoUpdate
public VariableNameNoUpdate(String s)
Initializes the object with the string to parse.- Parameters:
s
- the string to parse
-
-