Uses of Class
adams.core.License
-
Packages that use License Package Description adams.core adams.core.annotation -
-
Uses of License in adams.core
Methods in adams.core that return License Modifier and Type Method Description License
License. parse(String s)
Parses the given string and returns the associated enum.static License
License. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static License
License. valueOf(String name)
Returns the enum constant of this type with the specified name.static License[]
License. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of License in adams.core.annotation
Methods in adams.core.annotation that return License Modifier and Type Method Description License
license()
License
license()
-