Uses of Enum
org.neuroml.model.PlasticityTypes
Packages that use PlasticityTypes
- 
Uses of PlasticityTypes in org.neuroml.model
Fields in org.neuroml.model declared as PlasticityTypesMethods in org.neuroml.model that return PlasticityTypesModifier and TypeMethodDescriptionstatic PlasticityTypesPlasticityMechanism.getType()Gets the value of the type property.static PlasticityTypesReturns the enum constant of this type with the specified name.static PlasticityTypes[]PlasticityTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml.model with parameters of type PlasticityTypesModifier and TypeMethodDescriptionvoidPlasticityMechanism.setType(PlasticityTypes value) Sets the value of the type property.