public static enum OperationCustomLabelProvider.CanRender extends Enum<OperationCustomLabelProvider.CanRender>
| Enum Constant and Description |
|---|
No
Constant for render priority meaning this provider does not want to
render the given element.
|
Yes
Default constant for a renderer that is able to render the given element.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationCustomLabelProvider.CanRender |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationCustomLabelProvider.CanRender[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationCustomLabelProvider.CanRender Yes
public static final OperationCustomLabelProvider.CanRender No
public static OperationCustomLabelProvider.CanRender[] values()
for (OperationCustomLabelProvider.CanRender c : OperationCustomLabelProvider.CanRender.values()) System.out.println(c);
public static OperationCustomLabelProvider.CanRender 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 nullCopyright © 2017. All rights reserved.