Uses of Class
neuroml.morph.SpineShape

Packages that use SpineShape
neuroml.morph   
 

Uses of SpineShape in neuroml.morph
 

Fields in neuroml.morph declared as SpineShape
protected  SpineShape Spine.shape
           
 

Methods in neuroml.morph that return SpineShape
static SpineShape SpineShape.fromValue(java.lang.String v)
           
 SpineShape Spine.getShape()
          Gets the value of the shape property.
static SpineShape SpineShape.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpineShape[] SpineShape.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in neuroml.morph with parameters of type SpineShape
 void Spine.setShape(SpineShape value)
          Sets the value of the shape property.
 



NeuroML API (v1.4)