| Package | Description |
|---|---|
| com.helger.commons.changelog |
| Modifier and Type | Method and Description |
|---|---|
EChangeLogAction |
ChangeLogEntry.getAction()
Deprecated.
|
static EChangeLogAction |
EChangeLogAction.getFromIDOrDefault(String sID,
EChangeLogAction eDefault)
Deprecated.
|
static EChangeLogAction |
EChangeLogAction.getFromIDOrNull(String sID)
Deprecated.
|
static EChangeLogAction |
EChangeLogAction.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EChangeLogAction[] |
EChangeLogAction.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EChangeLogAction |
EChangeLogAction.getFromIDOrDefault(String sID,
EChangeLogAction eDefault)
Deprecated.
|
| Constructor and Description |
|---|
ChangeLogEntry(ChangeLog aChangeLog,
LocalDate aLocalDate,
EChangeLogAction eAction,
EChangeLogCategory eCategory,
boolean bIsIncompatible)
Deprecated.
Constructor.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.