Uses of Class
org.neuroml.export.utils.support.SupportLevelInfo.Level
-
Packages that use SupportLevelInfo.Level Package Description org.neuroml.export.utils.support -
-
Uses of SupportLevelInfo.Level in org.neuroml.export.utils.support
Methods in org.neuroml.export.utils.support that return SupportLevelInfo.Level Modifier and Type Method Description static SupportLevelInfo.Level
SupportLevelInfo.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static SupportLevelInfo.Level[]
SupportLevelInfo.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml.export.utils.support with parameters of type SupportLevelInfo.Level Modifier and Type Method Description void
SupportLevelInfo. addSupportInfo(Format format, ModelFeature mf, SupportLevelInfo.Level level)
-