Uses of Enum
org.neuroml.model.PopulationTypes
Packages that use PopulationTypes
-
Uses of PopulationTypes in org.neuroml.model
Fields in org.neuroml.model declared as PopulationTypesMethods in org.neuroml.model that return PopulationTypesModifier and TypeMethodDescriptionstatic PopulationTypes
Population.getType()
Gets the value of the type property.static PopulationTypes
Returns the enum constant of this type with the specified name.static PopulationTypes[]
PopulationTypes.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 PopulationTypesModifier and TypeMethodDescriptionvoid
Population.setType
(PopulationTypes value) Sets the value of the type property.