Package | Description |
---|---|
sk.stuba.fiit.perconik.eclipse.core.resources |
Extension to the
org.eclipse.core.resources package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
static ResourceDeltaFlag |
ResourceDeltaFlag.valueOf(int value) |
static ResourceDeltaFlag |
ResourceDeltaFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDeltaFlag[] |
ResourceDeltaFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<ResourceDeltaFlag> |
ResourceDeltaFlag.setOf(int values) |
Modifier and Type | Method and Description |
---|---|
static int |
ResourceDeltaFlag.valuesAsInteger(java.util.Set<ResourceDeltaFlag> values) |