public enum BowerCommands extends java.lang.Enum<BowerCommands>
Enum Constant and Description |
---|
CACHE |
HELP |
HOME |
INFO |
INIT |
INSTALL |
LINK |
LIST |
LOGIN |
LOOKUP |
PRUNE |
REGISTER |
SEARCH |
UNINSTALL |
UNREGISTER |
UPDATE |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static BowerCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BowerCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BowerCommands CACHE
public static final BowerCommands HELP
public static final BowerCommands HOME
public static final BowerCommands INFO
public static final BowerCommands INIT
public static final BowerCommands INSTALL
public static final BowerCommands LINK
public static final BowerCommands LIST
public static final BowerCommands LOGIN
public static final BowerCommands LOOKUP
public static final BowerCommands PRUNE
public static final BowerCommands REGISTER
public static final BowerCommands SEARCH
public static final BowerCommands UPDATE
public static final BowerCommands UNINSTALL
public static final BowerCommands UNREGISTER
public static final BowerCommands VERSION
public static BowerCommands[] values()
for (BowerCommands c : BowerCommands.values()) System.out.println(c);
public static BowerCommands valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.