|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.channel.CurrentVoltageRelation
public class CurrentVoltageRelation
How the current through the channel depends on the conductance of the channel. Only ohmic supported at the moment
Java class for CurrentVoltageRelation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrentVoltageRelation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ohmic" type="{http://morphml.org/channelml/schema}Ohmic" minOccurs="0"/> </choice> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected Ohmic |
ohmic
|
Constructor Summary | |
---|---|
CurrentVoltageRelation()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
Ohmic |
getOhmic()
Gets the value of the ohmic property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOhmic(Ohmic value)
Sets the value of the ohmic property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Ohmic ohmic
protected java.lang.String name
Constructor Detail |
---|
public CurrentVoltageRelation()
Method Detail |
---|
public Ohmic getOhmic()
Ohmic
public void setOhmic(Ohmic value)
value
- allowed object is
Ohmic
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |