public enum PropertyID extends Enum<PropertyID>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static PropertyID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyID RuntimeId
public static final PropertyID BoundingRectangle
public static final PropertyID ProcessId
public static final PropertyID ControlType
public static final PropertyID LocalizedControlType
public static final PropertyID Name
public static final PropertyID AcceleratorKey
public static final PropertyID AccessKey
public static final PropertyID HasKeyboardFocus
public static final PropertyID IsKeyboardFocusable
public static final PropertyID IsEnabled
public static final PropertyID AutomationId
public static final PropertyID ClassName
public static final PropertyID HelpText
public static final PropertyID ClickablePoint
public static final PropertyID Culture
public static final PropertyID IsControlElement
public static final PropertyID IsContentElement
public static final PropertyID LabeledBy
public static final PropertyID IsPassword
public static final PropertyID NativeWindowHandle
public static final PropertyID ItemType
public static final PropertyID IsOffscreen
public static final PropertyID Orientation
public static final PropertyID FrameworkId
public static final PropertyID IsRequiredForForm
public static final PropertyID ItemStatus
public static final PropertyID IsDockPatternAvailable
public static final PropertyID IsExpandCollapsePatternAvailable
public static final PropertyID IsGridItemPatternAvailable
public static final PropertyID IsGridPatternAvailable
public static final PropertyID IsInvokePatternAvailable
public static final PropertyID IsMultipleViewPatternAvailable
public static final PropertyID IsRangeValuePatternAvailable
public static final PropertyID IsScrollPatternAvailable
public static final PropertyID IsScrollItemPatternAvailable
public static final PropertyID IsSelectionItemPatternAvailable
public static final PropertyID IsSelectionPatternAvailable
public static final PropertyID IsTablePatternAvailable
public static final PropertyID IsTableItemPatternAvailable
public static final PropertyID IsTextPatternAvailable
public static final PropertyID IsTogglePatternAvailable
public static final PropertyID IsTransformPatternAvailable
public static final PropertyID IsValuePatternAvailable
public static final PropertyID IsWindowPatternAvailable
public static final PropertyID WindowIsModal
public static final PropertyID WindowIsTopmost
public static final PropertyID AriaRole
public static final PropertyID AriaProperties
public static final PropertyID IsDataValidForForm
public static final PropertyID ControllerFor
public static final PropertyID DescribedBy
public static final PropertyID FlowsTo
public static final PropertyID ProviderDescription
public static final PropertyID LiveSetting
public static PropertyID[] values()
for (PropertyID c : PropertyID.values()) System.out.println(c);
public static PropertyID 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 int getValue()
Copyright © 2016. All rights reserved.