public enum AXValueNativeSourceType extends Enum<AXValueNativeSourceType>
| Enum Constant and Description |
|---|
FIGCAPTION |
LABEL |
LABELFOR |
LABELWRAPPED |
LEGEND |
OTHER |
TABLECAPTION |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
static AXValueNativeSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AXValueNativeSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AXValueNativeSourceType FIGCAPTION
public static final AXValueNativeSourceType LABEL
public static final AXValueNativeSourceType LABELFOR
public static final AXValueNativeSourceType LABELWRAPPED
public static final AXValueNativeSourceType LEGEND
public static final AXValueNativeSourceType TABLECAPTION
public static final AXValueNativeSourceType TITLE
public static final AXValueNativeSourceType OTHER
public static AXValueNativeSourceType[] values()
for (AXValueNativeSourceType c : AXValueNativeSourceType.values()) System.out.println(c);
public static AXValueNativeSourceType 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 © 2020. All rights reserved.