public static enum ChangeLive.ChangeLog.BreakpointUpdate.Type extends Enum<ChangeLive.ChangeLog.BreakpointUpdate.Type>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
CopiedToOld |
PositionChanged |
Modifier and Type | Method and Description |
---|---|
static ChangeLive.ChangeLog.BreakpointUpdate.Type |
fromString(String typeName) |
static ChangeLive.ChangeLog.BreakpointUpdate.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeLive.ChangeLog.BreakpointUpdate.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeLive.ChangeLog.BreakpointUpdate.Type CopiedToOld
public static final ChangeLive.ChangeLog.BreakpointUpdate.Type PositionChanged
public static ChangeLive.ChangeLog.BreakpointUpdate.Type[] values()
public static ChangeLive.ChangeLog.BreakpointUpdate.Type 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 ChangeLive.ChangeLog.BreakpointUpdate.Type fromString(String typeName)