|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.channel.ImplementationPrefs.TableSettings
public static class ImplementationPrefs.TableSettings
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="max_v" type="{http://www.w3.org/2001/XMLSchema}double" default="70" />
<attribute name="min_v" type="{http://www.w3.org/2001/XMLSchema}double" default="-100" />
<attribute name="table_divisions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="200" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Double |
maxV
|
protected java.lang.Double |
minV
|
protected java.math.BigInteger |
tableDivisions
|
| Constructor Summary | |
|---|---|
ImplementationPrefs.TableSettings()
|
|
| Method Summary | |
|---|---|
double |
getMaxV()
Gets the value of the maxV property. |
double |
getMinV()
Gets the value of the minV property. |
java.math.BigInteger |
getTableDivisions()
Gets the value of the tableDivisions property. |
void |
setMaxV(java.lang.Double value)
Sets the value of the maxV property. |
void |
setMinV(java.lang.Double value)
Sets the value of the minV property. |
void |
setTableDivisions(java.math.BigInteger value)
Sets the value of the tableDivisions property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Double maxV
protected java.lang.Double minV
protected java.math.BigInteger tableDivisions
| Constructor Detail |
|---|
public ImplementationPrefs.TableSettings()
| Method Detail |
|---|
public double getMaxV()
Doublepublic void setMaxV(java.lang.Double value)
value - allowed object is
Doublepublic double getMinV()
Doublepublic void setMinV(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getTableDivisions()
BigIntegerpublic void setTableDivisions(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||