public static enum DiffLineDetails.ConflictMarker extends Enum<DiffLineDetails.ConflictMarker> implements BmcEnum
Indicates whether a line in a conflicted section of the difference is from the base version, the target version, or if its just a marker indicating the beginning, middle, or end of a conflicted section.
Enum Constant and Description |
---|
Base |
Marker |
None |
Target |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DiffLineDetails.ConflictMarker |
create(String key) |
String |
getValue() |
static DiffLineDetails.ConflictMarker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffLineDetails.ConflictMarker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffLineDetails.ConflictMarker Base
public static final DiffLineDetails.ConflictMarker Target
public static final DiffLineDetails.ConflictMarker Marker
public static final DiffLineDetails.ConflictMarker None
public static final DiffLineDetails.ConflictMarker UnknownEnumValue
public static DiffLineDetails.ConflictMarker[] values()
for (DiffLineDetails.ConflictMarker c : DiffLineDetails.ConflictMarker.values()) System.out.println(c);
public static DiffLineDetails.ConflictMarker 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 static DiffLineDetails.ConflictMarker create(String key)
Copyright © 2016–2024. All rights reserved.