Modifier and Type | Method and 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 and Description |
---|---|
protected org.revapi.Difference |
CheckBase.createDifference(Code code,
LinkedHashMap<String,String> attachments) |
protected org.revapi.Difference |
CheckBase.createDifferenceWithExplicitParams(Code code,
LinkedHashMap<String,String> attachments,
String... params) |
Copyright © 2014-2021 Lukas Krejci. All Rights Reserved.