Uses of Class
org.glassfish.pfl.basic.tools.argparser.ArgParser.PrimaryColor
-
Packages that use ArgParser.PrimaryColor Package Description org.glassfish.pfl.basic.tools.argparser -
-
Uses of ArgParser.PrimaryColor in org.glassfish.pfl.basic.tools.argparser
Methods in org.glassfish.pfl.basic.tools.argparser that return ArgParser.PrimaryColor Modifier and Type Method Description ArgParser.PrimaryColor
ArgParser.TestInterface1. color()
static ArgParser.PrimaryColor
ArgParser.PrimaryColor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ArgParser.PrimaryColor[]
ArgParser.PrimaryColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-