|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.core.Initializer
public class Initializer
Keep values to initialize Component.
初期値をComponentに受け渡す
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
attribute name of the class |
static java.lang.String |
INITIAL_VALUE
attribute name of the initial value |
static java.lang.String |
NAME
attribute name of the name |
static java.lang.String |
UNITS
attribute name of the units |
| Method Summary | |
|---|---|
void |
clear()
clear all attributes. |
java.lang.String |
getClassName()
Returns the className. |
java.lang.String |
getInitialValue()
Returns the initialValue. |
static Initializer |
getInstance(Composite composite,
org.xml.sax.Attributes attributes)
return the only initializer in which parent and attributes are set. |
static Initializer |
getInstance(java.lang.String className)
|
java.lang.String |
getName()
Returns the name. |
Composite |
getParent()
Returns the parent. |
java.lang.String |
getUnits()
Returns the units. |
void |
setClassName(java.lang.String className)
Sets the className. |
void |
setInitialValue(java.lang.String initialValue)
Sets the initialValue. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParent(Composite parent)
Sets the parent. |
void |
setUnits(java.lang.String units)
Sets the units. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
public static final java.lang.String INITIAL_VALUE
public static final java.lang.String UNITS
public static final java.lang.String CLASS_NAME
| Method Detail |
|---|
public static Initializer getInstance(Composite composite,
org.xml.sax.Attributes attributes)
composite - parent Nodeattributes - read from XML
public java.lang.String getClassName()
public java.lang.String getInitialValue()
public java.lang.String getName()
public Composite getParent()
public java.lang.String getUnits()
public void setClassName(java.lang.String className)
className - The className to setpublic void setInitialValue(java.lang.String initialValue)
initialValue - The initialValue to setpublic void setName(java.lang.String name)
name - The name to setpublic void setParent(Composite parent)
parent - The parent to setpublic void setUnits(java.lang.String units)
units - The units to setpublic void clear()
public static Initializer getInstance(java.lang.String className)
className - complete class name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||