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 PopulationTypesPopulation.getType()Gets the value of the type property.static PopulationTypesReturns 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 TypeMethodDescriptionvoidPopulation.setType(PopulationTypes value) Sets the value of the type property.