Uses of Class
org.codehaus.gmavenplus.model.Scopes
-
Packages that use Scopes Package Description org.codehaus.gmavenplus.model Classes to model supporting data. -
-
Uses of Scopes in org.codehaus.gmavenplus.model
Methods in org.codehaus.gmavenplus.model that return Scopes Modifier and Type Method Description static Scopes
Scopes. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scopes[]
Scopes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-