Uses of Class
org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
-
Packages that use CommandPrompt.PropertyName Package Description org.biojava.nbio.aaproperties Set of classes that responsible for providing APIs and Command Prompt access to generate some basic physico-chemical properties of protein sequences. -
-
Uses of CommandPrompt.PropertyName in org.biojava.nbio.aaproperties
Methods in org.biojava.nbio.aaproperties that return CommandPrompt.PropertyName Modifier and Type Method Description static CommandPrompt.PropertyName
CommandPrompt.PropertyName. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandPrompt.PropertyName[]
CommandPrompt.PropertyName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-