public final class OverridePolicy extends Object
Enumeration of the OverridePolicy values supported by the Common Navigator.
Modifier and Type | Field and Description |
---|---|
static OverridePolicy[] |
ENUM_ARRAY
The ordered array of possible enumeration values.
|
static OverridePolicy |
InvokeAlwaysRegardlessOfSuppressedExt
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as a
OverridePolicy enumeration.
|
static String |
InvokeAlwaysRegardlessOfSuppressedExt_LITERAL
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as a
String.
|
static int |
InvokeAlwaysRegardlessOfSuppressedExt_VALUE
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as an int.
|
static OverridePolicy |
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as
a OverridePolicy enumeration.
|
static String |
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_LITERAL
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as
a String.
|
static int |
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_VALUE
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as
an int.
|
Modifier | Constructor and Description |
---|---|
protected |
OverridePolicy(int aValue,
String aLiteral) |
Modifier and Type | Method and Description |
---|---|
static OverridePolicy |
get(int aValue)
Returns the correct instance of the OverridePolicy ENUM for aValue.
|
static OverridePolicy |
get(String aLiteral)
Returns the correct instance of the OverridePolicy ENUM for aLiteral.
|
String |
getLiteral() |
int |
getValue() |
public static final int InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_VALUE
public static final int InvokeAlwaysRegardlessOfSuppressedExt_VALUE
public static final String InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_LITERAL
public static final String InvokeAlwaysRegardlessOfSuppressedExt_LITERAL
public static final OverridePolicy InvokeOnlyIfSuppressedExtAlsoVisibleAndActive
public static final OverridePolicy InvokeAlwaysRegardlessOfSuppressedExt
public static final OverridePolicy[] ENUM_ARRAY
protected OverridePolicy(int aValue, String aLiteral)
public static OverridePolicy get(String aLiteral)
This method will return InvokeAlwaysRegardlessOfSuppressedExt if the supplied value of aLiteral is invalid.
aLiteral
- One of the defined *_LITERAL constants of this classpublic static OverridePolicy get(int aValue)
This method will return InvokeAlwaysRegardlessOfSuppressedExt if the supplied value of aValue is invalid.
aValue
- One of the defined *_VALUE constants of this classpublic String getLiteral()
public int getValue()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.