public static enum IStorageProviderAccessor.DiffSide extends Enum<IStorageProviderAccessor.DiffSide>
Enum Constant and Description |
---|
ORIGIN
Origin side.
|
REMOTE
Remote side.
|
SOURCE
Source side.
|
Modifier and Type | Method and Description |
---|---|
static IStorageProviderAccessor.DiffSide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStorageProviderAccessor.DiffSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStorageProviderAccessor.DiffSide SOURCE
public static final IStorageProviderAccessor.DiffSide REMOTE
public static final IStorageProviderAccessor.DiffSide ORIGIN
public static IStorageProviderAccessor.DiffSide[] values()
for (IStorageProviderAccessor.DiffSide c : IStorageProviderAccessor.DiffSide.values()) System.out.println(c);
public static IStorageProviderAccessor.DiffSide 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 null
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.