| Package | Description |
|---|---|
| com.mulesoft.raml1.java.parser.core |
| Modifier and Type | Method and Description |
|---|---|
IssueCode |
ValidationIssue.getCode() |
static IssueCode |
IssueCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueCode[] |
IssueCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValidationIssue(IssueCode code,
String message,
String path,
Integer start,
Integer end,
boolean isWarning) |
Copyright © 2016 RAML. All rights reserved.