public enum ExternalResourceErrorCode extends Enum<ExternalResourceErrorCode> implements IXMLErrorCode
Enum Constant and Description |
---|
DownloadingResource |
DownloadProblem |
DownloadResourceDisabled |
ResourceNotInDeployedPath |
Modifier and Type | Method and Description |
---|---|
static ExternalResourceErrorCode |
get(String name) |
String |
getCode()
Returns the XML error code.
|
static void |
registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActionParticipants) |
static ExternalResourceErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalResourceErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalResourceErrorCode DownloadResourceDisabled
public static final ExternalResourceErrorCode DownloadingResource
public static final ExternalResourceErrorCode ResourceNotInDeployedPath
public static final ExternalResourceErrorCode DownloadProblem
public static ExternalResourceErrorCode[] values()
for (ExternalResourceErrorCode c : ExternalResourceErrorCode.values()) System.out.println(c);
public static ExternalResourceErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCode()
IXMLErrorCode
getCode
in interface IXMLErrorCode
public static ExternalResourceErrorCode get(String name)
public static void registerCodeActionParticipants(Map<String,ICodeActionParticipant> codeActionParticipants)
Copyright © 2022. All rights reserved.