org.sbml.jsbml.ext.qual
public class QualConstants extends java.beans.PropertyChangeEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
compartment |
static java.lang.String |
constant |
static java.lang.String |
initialLevel |
static java.lang.String |
maxLevel |
static java.lang.String |
name |
static java.util.List<java.lang.String> |
namespaces |
static java.lang.String |
namespaceURI
The latest namespace URI of this parser, this value can change between releases.
|
static java.lang.String |
namespaceURI_L3V1V1
The namespace URI of this parser for SBML level 3, version 1 and package version 1.
|
static java.lang.String |
outputLevel |
static java.lang.String |
packageName |
static java.lang.String |
qualitativeSpecies |
static java.lang.String |
rank |
static java.lang.String |
resultLevel |
private static long |
serialVersionUID
Generated serial version identifier.
|
static java.lang.String |
shortLabel
The short name/label of the package
|
static java.lang.String |
sign |
static java.lang.String |
thresholdLevel |
static java.lang.String |
transitionEffect |
Constructor and Description |
---|
QualConstants(QualConstants qualChangeEvent)
Constructs a new
PropertyChangeEvent , cloned from
the given qualChangeEvent . |
QualConstants(SBase source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructs a new
PropertyChangeEvent . |
Modifier and Type | Method and Description |
---|---|
QualConstants |
clone() |
boolean |
equals(java.lang.Object object) |
static java.lang.String |
getNamespaceURI(int level,
int version) |
javax.swing.tree.TreeNode |
getSource() |
int |
hashCode() |
boolean |
isSetNewValue()
Returns
true is the new value is set. |
boolean |
isSetOldValue()
Returns
true is the old value is set. |
boolean |
isSetSource()
Returns
true is the source is set. |
public static final java.lang.String namespaceURI_L3V1V1
public static final java.lang.String namespaceURI
public static final java.lang.String shortLabel
public static final java.util.List<java.lang.String> namespaces
private static final long serialVersionUID
public static final java.lang.String compartment
public static final java.lang.String constant
public static final java.lang.String initialLevel
public static final java.lang.String maxLevel
public static final java.lang.String name
public static final java.lang.String outputLevel
public static final java.lang.String qualitativeSpecies
public static final java.lang.String rank
public static final java.lang.String resultLevel
public static final java.lang.String sign
public static final java.lang.String transitionEffect
public static final java.lang.String thresholdLevel
public static final java.lang.String packageName
public QualConstants(SBase source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
PropertyChangeEvent
.source
- The bean that fired the event.propertyName
- The programmatic name of the property
that was changed.oldValue
- The old value of the property.newValue
- The new value of the property.public QualConstants(QualConstants qualChangeEvent)
PropertyChangeEvent
, cloned from
the given qualChangeEvent
.qualChangeEvent
- the event to clone.public QualConstants clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public javax.swing.tree.TreeNode getSource()
getSource
in class java.util.EventObject
public int hashCode()
hashCode
in class java.lang.Object
public boolean isSetNewValue()
true
is the new value is set.true
is the new value is set.public boolean isSetOldValue()
true
is the old value is set.true
is the old value is set.public boolean isSetSource()
true
is the source is set.public static java.lang.String getNamespaceURI(int level, int version)
level
- version
-