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