| Modifier and Type | Method | Description |
|---|---|---|
static Code |
Code.fromCode(String code) |
|
static Code |
Code.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Code[] |
Code.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected org.revapi.Difference |
CheckBase.createDifference(Code code,
String[] attachments) |
|
protected org.revapi.Difference |
CheckBase.createDifferenceWithExplicitParams(Code code,
String[] attachments,
String... params) |
Copyright © 2017 Lukas Krejci. All Rights Reserved.