neuroml.channel
Class ImplementationPrefs.TableSettings

java.lang.Object
  extended by neuroml.channel.ImplementationPrefs.TableSettings
Enclosing class:
ImplementationPrefs

public static class ImplementationPrefs.TableSettings
extends java.lang.Object

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

maxV

protected java.lang.Double maxV

minV

protected java.lang.Double minV

tableDivisions

protected java.math.BigInteger tableDivisions
Constructor Detail

ImplementationPrefs.TableSettings

public ImplementationPrefs.TableSettings()
Method Detail

getMaxV

public double getMaxV()
Gets the value of the maxV property.

Returns:
possible object is Double

setMaxV

public void setMaxV(java.lang.Double value)
Sets the value of the maxV property.

Parameters:
value - allowed object is Double

getMinV

public double getMinV()
Gets the value of the minV property.

Returns:
possible object is Double

setMinV

public void setMinV(java.lang.Double value)
Sets the value of the minV property.

Parameters:
value - allowed object is Double

getTableDivisions

public java.math.BigInteger getTableDivisions()
Gets the value of the tableDivisions property.

Returns:
possible object is BigInteger

setTableDivisions

public void setTableDivisions(java.math.BigInteger value)
Sets the value of the tableDivisions property.

Parameters:
value - allowed object is BigInteger


NeuroML API (v1.4)