| Package | Description |
|---|---|
| com.helger.commons.changelog |
| Modifier and Type | Method and Description |
|---|---|
EChangeLogAction |
ChangeLogEntry.getAction() |
static EChangeLogAction |
EChangeLogAction.getFromIDOrDefault(String sID,
EChangeLogAction eDefault) |
static EChangeLogAction |
EChangeLogAction.getFromIDOrNull(String sID) |
static EChangeLogAction |
EChangeLogAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EChangeLogAction[] |
EChangeLogAction.values()
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) |
| Constructor and Description |
|---|
ChangeLogEntry(ChangeLog aChangeLog,
LocalDate aLocalDate,
EChangeLogAction eAction,
EChangeLogCategory eCategory,
boolean bIsIncompatible)
Constructor.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.