public static enum RibbonExclude.EXCLUDETARGET extends Enum<RibbonExclude.EXCLUDETARGET>
Enum Constant and Description |
---|
EXTENSION
Excluding by extension
|
FILE
Excluding by file
|
ID
Excluding by id
|
LABEL
Excluding by label
|
PLUGIN
Excluding by plugin
|
Modifier and Type | Method and Description |
---|---|
static RibbonExclude.EXCLUDETARGET |
createsFromString(String target)
Converts a string to a EXCLUDETARGET
|
String |
toString() |
static RibbonExclude.EXCLUDETARGET |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RibbonExclude.EXCLUDETARGET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RibbonExclude.EXCLUDETARGET PLUGIN
public static final RibbonExclude.EXCLUDETARGET EXTENSION
public static final RibbonExclude.EXCLUDETARGET FILE
public static final RibbonExclude.EXCLUDETARGET LABEL
public static final RibbonExclude.EXCLUDETARGET ID
public static RibbonExclude.EXCLUDETARGET[] values()
for (RibbonExclude.EXCLUDETARGET c : RibbonExclude.EXCLUDETARGET.values()) System.out.println(c);
public static RibbonExclude.EXCLUDETARGET valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RibbonExclude.EXCLUDETARGET>
public static RibbonExclude.EXCLUDETARGET createsFromString(String target)
target
- The type to convert