Uses of Class
org.incenp.obofoundry.sssom.model.BuiltinPrefix
-
Packages that use BuiltinPrefix Package Description org.incenp.obofoundry.sssom.model -
-
Uses of BuiltinPrefix in org.incenp.obofoundry.sssom.model
Methods in org.incenp.obofoundry.sssom.model that return BuiltinPrefix Modifier and Type Method Description static BuiltinPrefixBuiltinPrefix. fromString(String v)Parses a prefix name into one of the built-in prefix.static BuiltinPrefixBuiltinPrefix. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltinPrefix[]BuiltinPrefix. values()Returns an array containing the constants of this enum type, in the order they are declared.
-