public static enum BindTooltipAspectDefinition.TooltipType extends Enum<BindTooltipAspectDefinition.TooltipType>
| Enum Constant and Description |
|---|
DYNAMIC
Tooltip is bound to the property using the method get<PropertyName>Tooltip().
|
STATIC |
| Modifier and Type | Method and Description |
|---|---|
static BindTooltipAspectDefinition.TooltipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindTooltipAspectDefinition.TooltipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindTooltipAspectDefinition.TooltipType STATIC
public static final BindTooltipAspectDefinition.TooltipType DYNAMIC
public static BindTooltipAspectDefinition.TooltipType[] values()
for (BindTooltipAspectDefinition.TooltipType c : BindTooltipAspectDefinition.TooltipType.values()) System.out.println(c);
public static BindTooltipAspectDefinition.TooltipType 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 © 2019 Faktor Zehn GmbH. All rights reserved.