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 BlockTypesBlockMechanism.getType()Gets the value of the type property.static BlockTypesReturns 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 TypeMethodDescriptionvoidBlockMechanism.setType(BlockTypes value) Sets the value of the type property.